Converts the specified
long to its equivalent string
representation.
Remarks
value is formatted with the
System.Globalization.NumberFormatInfo for the invariant culture.
string long::to-string(value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | A long to convert. |
Return Value
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.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions
