NAnt SDK Documentation - v0.92

DoubleConversionFunctions.ToString Method (Double)

Converts the specified Double to its equivalent string representation.

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

Parameters

value
A Double to convert.

Return Value

The string representation of value formatted using the general format specifier ("G").

Remarks

value is formatted with the NumberFormatInfo for the invariant culture.

See Also

DoubleConversionFunctions Class | NAnt.Core.Functions Namespace | DoubleConversionFunctions.ToString Overload List