51 static std::string
toString(
short s);
static short parseShort(const std::string &s)
A collection of static methods to perform conversions between strings and short integer values...
A collection of static methods to perform conversions between strings and short integer values...
static const short MIN_VALUE
The minimum value for a short integer.
static const short MAX_VALUE
The maximum value for a short integer.
static std::string toString(short s)
Encode a short integer value into its string representation.