Returns the string representation of the int argument.
int
The representation is exactly the one returned by the Integer.toString method of one argument.
Integer.toString
Parameters:
i
Returns: a string representation of the int argument.
See also: java.lang.Integer.toString(int, int)
Diagram: String