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