Skip to main content
All docs
V23.2

DashboardJsonConverter.JsonToXml(String, IDataProtectionProvider, IDataSourceProtectionService) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.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