ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonHelper Class / WidgetToStringQuoteClientEvents Method
Required. Object to convert into JSON string
Optional. URL Resolution Service

In This Topic
    WidgetToStringQuoteClientEvents Method
    In This Topic
    Converts object into JSON string. Difference from WidgetToString method: 1) All client events will be quoted.
    Syntax
    'Declaration
     
    Public Shared Function WidgetToStringQuoteClientEvents( _
       ByVal obj As System.Object, _
       ByVal urlResolutionService As System.Web.UI.IUrlResolutionService _
    ) As System.String
    public static System.string WidgetToStringQuoteClientEvents( 
       System.object obj,
       System.Web.UI.IUrlResolutionService urlResolutionService
    )

    Parameters

    obj
    Required. Object to convert into JSON string
    urlResolutionService
    Optional. URL Resolution Service

    Return Value

    Javascript object notation string
    See Also