Populate a hastable from its string representation

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 Hashtable FromString(
	string rep
)
Visual Basic
Public Shared Function FromString ( _
	rep As String _
) As Hashtable
Visual C++
public:
static Hashtable^ FromString(
	String^ rep
)

Parameters

rep
Type: System..::..String
String representation of hashtable

Return Value

Hashtable formed from string representation

See Also