| NAnt  Help  Function Reference  version::parse | v0.85 | 
Converts the specified string representation of a version to its Version equivalent.
      Version version::parse(version)
            
    
    | Name | Type | Description | 
|---|---|---|
| version | string | A string containing the major, minor, build, and revision numbers, where each number is delimited with a period character ('.'). |