Convert integer value into hexadecimal string.
String Hex(const unsigned int value);
String Hex(const unsigned long long value);