Skip to content
Was this article helpful?

NUM_FORMAT_E


Number Format Enum

Enumerations

DECIMAL

Decimal representation of a positive or a negative integer. White spaces before and after the number are OK


HEX

Hexadecimal representation of a positive or a negative integer. White spaces before and after the number are OK


DECIMAL_PREFIX

Decimal representation of a positive of a negative integer followed by arbitrary characters Examples " -123" " 234 " "- 123abc" "234 abc"


HEX_PREFIX

Hexadecimal representation of a positive integer followed by arbitrary characters Examples "f" "fxyz" " f ff" all represent the number 15.


Was this article helpful?