Click or drag to resize
JsonHelperToXmlDocument Method
将Json格式转为XML Document对象

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static XmlDocument ToXmlDocument(
	string json
)

Parameters

json
Type: SystemString
Json格式 数据.

Return Value

Type: XmlDocument
XML Document 对象.
See Also