NAnt SDK Documentation - v0.85-nightly-2005-11-09

VersionConversionFunctions.ToString Method (Version)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.VersionConversionFunctions.ToString(System.Version)

See Also

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