Click or drag to resize
LuceneSearchValueConverterIntToString Method
Returns string representation of the integer value. Returned value has always uniform format.

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

Parameters

value
Type: SystemInt32
Integer value

Return Value

Type: String

Implements

ISearchValueConverterIntToString(Int32)
See Also