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

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public override int StringToInt(
	string value
)

Parameters

value
Type: SystemString
String representation of integer

Return Value

Type: Int32

Implements

ISearchValueConverterStringToInt(String)
See Also