Click or drag to resize
ISearchValueConverterStringToInt Method
Converts search string to the integer value.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
int StringToInt(
	string value
)

Parameters

value
Type: SystemString
String representation of integer

Return Value

Type: Int32
See Also