Table of Contents

Method ParseFile

Namespace
Ubiquity.NET.Versioning
Assembly
Ubiquity.NET.Versioning.dll

ParseFile(string)

Parse XML data for Build version information from an XML file

public static ParsedBuildVersionXml ParseFile(string path)

Parameters

path string

Path of the file to parse

Returns

ParsedBuildVersionXml

Parsed version information

Remarks

This "overload" of parsing is intentionally renamed to avoid ambiguity with Parse(string), which parses a string as XML. This method will parse a file with a path specified as a string.

See Also