Converts JSON string into object.
public static System.Collections.Hashtable StringToObject(
System.string
)
'Declaration
Public Shared Function StringToObject( _
ByVal As System.String _
) As System.Collections.Hashtable
Parameters
- s
- Javascript object notation string.