DataHub® WebView™ Scripting
WV.ParseXml Method
See Also
Parses an xml string.
S# Implementation
Copy
public static
XDocument
ParseXml(
string
xml
)
Parameters
xml
Type:
string
A string containing well-formed xml.
Return Value
An xml document.
See Also
Reference
WV Class
WV Members
Cogent.DataHubWebView Namespace