Summary
Determines if the supplied version string is valid. A valid version string should look like:
1
1.1
1.1.1
1.1.1.1
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Containing Type
- Installer
Creation Command
Syntax
protected static bool IsVersion(ref string Version)
Parameters
Name | Type | Description |
---|---|---|
Version | string | The version string to verify. |
Return Value
Type | Description |
---|---|
bool |