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

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

Parameters

value
Type: SystemDecimal
Decimal value

Return Value

Type: String
See Also