Hexadecimal
Last updated
Last updated
Internet Object supports hexadecimal non-fractional integer values. The hexadecimal integer may be prefixed with optional plus or minus signs and must start with "0X"
or "0x"
literal characters. It is then followed by one or more hexadecimal digits. The hexadecimal number from A
through F
can be lower or upper case.
Chars
Char Code
Detail
-
U+002D
Minus Sign
+
U+002B
Plus Sign
0
U+0030
Zero
X
U+0058
Latin uppercase letter X
x
U+0078
Latin lowercase letter x
Hexadecimal Digits
0
-9
U+0030 to U+0039
ASCII digits - zero to nine
A
-F
U+0041 to U+0046
Latin alphabets uppercase - A
to F
a
-f
U+0061 to U+0066
Latin alphabets lowercase - a
to f
Some examples of Hexadecimal Integer values...
The hexadecimal format does not support fractional non-integer values!