Skip to main content
All docs
V24.2

DashboardJsonConverter.JsonToXml(String, IDataProtectionProvider, IDataSourceProtectionService) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll

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