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