Click or drag to resize
XmlHelperToXmlDocument 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

[Missing <param name="json"/> documentation for "M:X3Platform.Util.XmlHelper.ToXmlDocument(System.String)"]

Return Value

Type: XmlDocument
XML Document 对象.
See Also