public static String valueOf (int i)

Returns the string representation of the int argument.

The representation is exactly the one returned by the Integer.toString method of one argument.

Parameters:
i    an int.

Returns:  a string representation of the int argument.

See also:
java.lang.Integer.toString(int, int)