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