ParseXml(String, String)

Parses the target XML file to an XDocument.

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

Last updated