[This is preliminary documentation and subject to change.]
Converts the specified string representation of a version to its Version equivalent.
A Version instance representing the specified String.
Missing <remarks> documentation for M:NAnt.Core.Functions.VersionConversionFunctions.Parse(System.String)
Exception Type | Condition |
---|---|
ArgumentException | version has fewer than two components or more than four components. |
ArgumentOutOfRangeException | A major, minor, build, or revision component is less than zero. |
FormatException | At least one component of version does not parse to a decimal integer. |
VersionConversionFunctions Class | NAnt.Core.Functions Namespace