public String toString ()

Overriding: java.lang.Object

Returns a String object representing this Integer's value. The value is converted to signed decimal representation and returned as a string, exactly as if the integer value were given as an argument to the java.lang.Integer.toString(int) method.

Returns:  a string representation of the value of this object in base 10.