Method | Description | |
---|---|---|
ToPackageVersion ( this version ) : |
Converts a Version to a PackageVersion.
|
|
ToString ( this packageVersion, int fieldCount ) : string |
Converts the value of the current Version object to its equivalent String representation. A specified count indicates the number of components to return.
|
|
ToVersion ( this packageVersion ) : System.Version |
Converts the value to a Version.
|
public static ToPackageVersion ( this version ) : |
||
version | this | |
return |
public static ToString ( this packageVersion, int fieldCount ) : string | ||
packageVersion | this | |
fieldCount | int | The number of components to return. The fieldCount ranges from 0 to 4. |
return | string |
public static ToVersion ( this packageVersion ) : System.Version | ||
packageVersion | this | |
return | System.Version |