FilterState GetDecimal Method Kentico 8.0 API Reference
Retrieves a decimal value from the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
The name associated with the value to retrieve.
defaultValue (Optional)
Type: OnlineSystem Decimal
The default value that will be returned if state doesn't contain value for specified name.

Return Value

Type: OnlineDecimal
The decimal value associated with the specified name.
See Also