Summary
    Class which provides NAnt functions for converting strings to version objects and vice versa.
    
		- Assembly
- NAnt.Core .dll 
- Namespace
- NAnt.Core .Functions 
- Base Types
- 
									- Object
- FunctionSetBase
 
							graph BT
	Type-->Base0["FunctionSetBase"]
	click Base0 "/api/NAnt.Core/FunctionSetBase"
	Base0-->Base1["Object"]
	Type["VersionConversionFunctions"]
class Type type-node
						
					Syntax
[FunctionSet("version", "Conversion")]
public class VersionConversionFunctions : FunctionSetBaseAttributes
| Type | Description | 
|---|---|
| FunctionSetAttribute | Indicates that class should be treated as a set of functions. | 
Constructors
Properties
| Name | Value | Summary | 
|---|---|---|
| Project | Project | 
    Gets or sets the  NAnt.Core.FunctionSetBase.Projectthat this functionset will 
    reference.Inherited from FunctionSetBase | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Parse | Version | 
    Converts the specified string representation of a version to 
    its  System.Versionequivalent.static | 
| ToString | string | 
    Converts the specified  System.Versionto its equivalent
    string representation.static | 
