Returns a string representation of the argument as an unsigned
decimal value.
The argument is converted to unsigned decimal representation
and returned as a string exactly as if the argument and radix
10 were given as arguments to the toUnsignedString(int,
int)
method.
i | an integer to be converted to an unsigned string. |
toUnsignedString(int, int)
Diagram: Number