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.
Diagram: Number