#include <Short.h>
Static Public Member Functions | |
short | parseShort (const string &s) throw (NumberFormatException) |
string | toString (short s) |
Static Public Attributes | |
const short | MIN_VALUE |
const short | MAX_VALUE |
|
A collection of static methods to perform conversions between strings and short integer values. |
|
Encode a short integer value into its string representation.
|
|
The maximum value for a short integer. |
|
The minimum value for a short integer. |