LuceneSearchValueConverterDecimalToString Method |
Returns string representation of the decimal value.
Namespace: CMS.Search.Lucene3Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax public string DecimalToString(
decimal value
)
Parameters
- value
- Type: SystemDecimal
Decimal value
Return Value
Type:
StringSee Also