Integer.toString

Integer.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public static String toString( int i )
Parameters
i
an integer to be converted.
Returns
a string representation of the argument in base 10.
Description
Returns a new String object representing the specified integer. The radix is assumed to be 10.