ADC Advanced Policy Expressions

UNSIGNED_LONG_FORMAT_E


Unsigned Long 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 or 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.

UNSIGNED_LONG_FORMAT_E

In this article