Skip to main content
All docs
V25.1
  • DashboardJsonConverter.JsonToXml(String, IDataSourceProtectionService) Method

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v25.1.Web.WebForms.dll

    NuGet Package: DevExpress.Web.Dashboard

    Declaration

    [Browsable(false)]
    public static XDocument JsonToXml(
        string json,
        IDataSourceProtectionService dataSourceProtectionService
    )

    Parameters

    Name Type
    json String
    dataSourceProtectionService IDataSourceProtectionService

    Returns

    Type
    XDocument
    See Also