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