Short.toString

Short.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public static String toString( short s )
Parameters
s
the short to be converted
Description
Returns a new String object representing the specified Short. The radix is assumed to be 10.