| SearchValueConverterStringToDate Method  | 
            Converts the string representation of the date time from searched document to a date time
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static DateTime StringToDate(
	string input
)
Parameters
- input
 - Type: SystemString
Input string 
Return Value
Type: 
DateTime
See Also