UtilJsonConvertToXmlDocument Method

Converts a JSON String to XmlDocument.

Definition

Namespace: DevCase.Core.DataProcessing.Json
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static XmlDocument ConvertToXmlDocument(
	string json,
	Encoding enc
)

Parameters

json  String
The source JSON string.
enc  Encoding
The character encoding that must be used to read the JSON string.

Return Value

XmlDocument
The resulting XmlDocument.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also