Click or drag to resize
SearchValueConverterStringToDate 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: 9.0.0
Syntax
C#
public static DateTime StringToDate(
	string input
)

Parameters

input
Type: SystemString
Input string

Return Value

Type: DateTime
See Also