Converts JSON string into object.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public static Hashtable StringToObject(
	string s
)
Visual Basic
Public Shared Function StringToObject ( _
	s As String _
) As Hashtable

Parameters

s
Type: System..::..String
Javascript object notation string.

Return Value

See Also