Click or drag to resize
FilterStateGetChar Method
Retrieves a Unicode character from the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public char GetChar(
	string name,
	char defaultValue = ''
)

Parameters

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

Return Value

Type: Char
The Unicode character associated with the specified name.
See Also