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

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

Parameters

value
Type: System.String
String representation of integer

Return Value

Type: Int32

Implements

ISearchValueConverter.StringToInt(String)
See Also