double::to-string

Converts the specified double to its equivalent string representation.

Remarks

value is formatted with the System.Globalization.NumberFormatInfo for the invariant culture.
string double::to-string(value)

Parameters

Name Type Description
value double A double to convert.

Return Value

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

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions