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

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v25.1.AspNetCore.dll

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

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

    Parameters

    Name Type
    json String
    protectionProvider IDataProtectionProvider
    dataSourceProtectionService IDataSourceProtectionService

    Returns

    Type
    XDocument
    See Also