Click or drag to resize
FilterStateGetDecimal Method
Retrieves a decimal value from the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public decimal GetDecimal(
	string name,
	[OptionalAttribute] decimal defaultValue
)

Parameters

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

Return Value

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