public static String valueOf (long l)

Returns the string representation of the long argument.

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

Parameters:
l    a long.

Returns:  a string representation of the long argument.

See also:
java.lang.Long.toString(long)