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)
See Implementation
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)