NAnt SDK Documentation - v0.92

VersionConversionFunctions.ToString Method (Version)

Converts the specified Version to its equivalent string representation.

[Visual Basic]
<Function(Name:="to-string")>
Overloads Public Shared Function ToString( _
   ByVal value As Version _
) As String
[C#]
[Function(Name="to-string")]
public static string ToString(
   Version value
);

Parameters

value
A Version to convert.

Return Value

The string representation of the values of the major, minor, build, and revision components of the specified Version.

See Also

VersionConversionFunctions Class | NAnt.Core.Functions Namespace | VersionConversionFunctions.ToString Overload List | GetVersion | GetVersion | GetVersion