CMSDialogHelperGetHashTableFromString Method |
Returns hashtable parsed from string.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static Hashtable GetHashTableFromString(
string input
)
Parameters
- input
- Type: SystemString
Input string in form key1|value1|key2|value2|
Return Value
Type:
HashtableSee Also