Skip to main content

DashboardJsonConverter.JsonToXml(String) Method

Converts a dashboard XML definition to the JSON string.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

#Declaration

public static XDocument JsonToXml(
    string json
)

#Parameters

Name Type Description
json String

A System.String value that specifies the JSON dashboard model.

#Returns

Type Description
XDocument

A XDocument that is the dashboard XML definition.

See Also