int::to-string

Converts the specified int to its equivalent string representation.

Remarks

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

Parameters

Name Type Description
value int A int 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