Click or drag to resize
ISearchValueConverterStringToDecimal Method
Converts search string to the decimal value.

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

Parameters

value
Type: SystemString
String representation of decimal

Return Value

Type: Decimal
See Also