Click or drag to resize
LuceneSearchValueConverterStringToDouble 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 double StringToDouble(
	string value
)

Parameters

value
Type: SystemString
String representation of double

Return Value

Type: Double

Implements

ISearchValueConverterStringToDouble(String)
See Also