Click or drag to resize
CMSDialogHelperGetHashTableFromString Method
Returns hashtable parsed from string.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static Hashtable GetHashTableFromString(
	string input
)

Parameters

input
Type: SystemString
Input string in form key1|value1|key2|value2|

Return Value

Type: Hashtable
See Also