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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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