Short.toString

Returns a new {@code string} object representing the specified {@code short}. The radix is assumed to be 10.

@param s the {@code short} to be converted @return the string representation of the specified {@code short} @see java.lang.Integer#toString(int)

class Short
static
string
toString
(
short s
)

Meta