Binary
Last updated
Last updated
Internet Object supports binary non-fractional integer values. The hexadecimal integer may be prefixed with optional plus or minus signs and must start with "0b"
or "0B"
literal characters. It is then followed by one or more 0
or 1
digits.
Chars | Char Code | Detail |
|
| Minus Sign |
|
| Plus Sign |
|
| Zero |
|
| Latin uppercase letter B |
|
| Latin lowercase letter b |
Binary Digits | ||
|
| ASCII digits - zero to one |
Some examples of Binary Integer values...
The binary format does not support fractional non-integer values!