Provide methods to convert hashtable into a string form, and repopulating hastable from string. The conversion do not save type information and assumes that keys are of int type, while values are of string type

Namespace: Alachisoft.NCache.Web.Util
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public static class HashtableUtil
Visual Basic
Public NotInheritable Class HashtableUtil
Visual C++
public ref class HashtableUtil abstract sealed

Inheritance Hierarchy

System..::..Object
  Alachisoft.NCache.Web.Util..::..HashtableUtil

See Also