Click or drag to resize
LuceneSearchValueConverterDecimalToString Method
Returns string representation of the decimal value.

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public string DecimalToString(
	decimal value
)

Parameters

value
Type: SystemDecimal
Decimal value

Return Value

Type: String
See Also