| SearchValueConverterStringToInt Method  | 
            Converts search string to the integer value.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic static int StringToInt(
	string value
)
Parameters
- value
 - Type: SystemString
String representation of integer 
Return Value
Type: 
Int32
See Also