JsonHelperToXmlDocument Method |
将Json格式转为XML Document对象
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static XmlDocument ToXmlDocument(
string json
)
public:
static XmlDocument^ ToXmlDocument(
String^ json
)
Parameters
- json
- Type: SystemString
Json格式 数据.
Return Value
Type:
XmlDocumentXML Document 对象.
See Also