Click or drag to resize
LuceneSearchValueConverterDoubleToString Method
Returns string representation of the double 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 DoubleToString(
	double value
)

Parameters

value
Type: SystemDouble
Double value

Return Value

Type: String

Implements

ISearchValueConverterDoubleToString(Double)
See Also