DashboardJsonConverter.JsonToXml(String, IDataProtectionProvider, IDataSourceProtectionService) Method
In This Article
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.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 |
protection |
IData |
data |
IData |
#Returns
Type |
---|
XDocument |
See Also