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

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

Parameters

value
Type: SystemString
String representation of integer

Return Value

Type: Int32

Implements

ISearchValueConverterStringToInt(String)
See Also