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