Click or drag to resize
AbstractSearchValueConverterStringToDate Method
Converts the string representation of the date time from searched document to a date time

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public abstract DateTime StringToDate(
	string input
)

Parameters

input
Type: SystemString
Input string

Return Value

Type: DateTime

Implements

ISearchValueConverterStringToDate(String)
See Also