Long.toString

Long.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public static String toString( long i )
Parameters
i
a long 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.