A collection of static methods to perform conversions between strings and byte values (represented as...
static std::string toString(char c)
Encode a byte value into its string representation.
static char parseByte(const std::string &s)
Parse a string supposed to represent a byte value and returns this value.
const Double c
Fundamental physical constants (SI units):
static const char MIN_VALUE
The minimum value for a Byte.
static const char MAX_VALUE
The maximum value for a Byte.