Convert hastable to a string form

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

Parameters

table
Type: System.Collections..::..Hashtable
Hashtable containg int key and string value

Return Value

String representation of hashtable

See Also