summaryM:DotNetNuke.UI.WebControls.WebControls.ToJSON(System.Collections.Hashtable)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public static string ToJSON(
	Hashtable hash
)
Visual Basic
Public Shared Function ToJSON ( 
	hash As Hashtable
) As String

Parameters

hash
Type: System.Collections..::..Hashtable
paramhashM:DotNetNuke.UI.WebControls.WebControls.ToJSON(System.Collections.Hashtable)

Return Value

returnsM:DotNetNuke.UI.WebControls.WebControls.ToJSON(System.Collections.Hashtable)

See Also