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

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 11.0.0
Syntax
C#
public override double StringToDouble(
	string value
)

Parameters

value
Type: System.String
String representation of double

Return Value

Type: Double

Implements

ISearchValueConverter.StringToDouble(String)
See Also