Converts the specified Int64 to its equivalent string representation.
The string representation of value, consisting of a negative sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.
value is formatted with the NumberFormatInfo for the invariant culture.
Int64ConversionFunctions Class | NAnt.Core.Functions Namespace | Int64ConversionFunctions.ToString Overload List