ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonHelper Class / StringToObject Method
Javascript object notation string.

In This Topic
    StringToObject Method
    In This Topic
    Converts JSON string into object.
    Syntax
    'Declaration
     
    Public Shared Function StringToObject( _
       ByVal s As System.String _
    ) As System.Collections.Hashtable
    public static System.Collections.Hashtable StringToObject( 
       System.string s
    )

    Parameters

    s
    Javascript object notation string.
    See Also