ParseXml(String)

Parses the target XML file to an XDocument.

Declaration
public static XDocument ParseXml(string path)
Example
XmlParser.ParseXml(@"C:\Skyline DataMiner\Documents\Test\DemoProtocol.xml");
Result
XDocument

Last updated