Hevea documentation

Utilities.DecodePairKeyValueString Method 

Builds a hastable from a string contening Key-Value pairs.

public static Hashtable DecodePairKeyValueString(
   char separator,
   string content
);

Parameters

separator
pair separator
content
string do de-serialize

Return Value

the list of key-value elements

Exceptions

Exception Type Condition
ArgumentNullException the string to deserialize is null

See Also

Utilities Class | Hevea.Core Namespace