AsHex
- Details
- Last Updated on Tuesday, 15 January 2013 22:09
syntax
- AsHex(a)
definition
AsHex(a) results in a string data item with the hexadecimal representation of data item a.
applies to
Data items with value type:
- uint32
since version
5.40
example
attribute<string> AsHexA(ADomain): expr = "asHex(A)";
| A | AsHexA | |
| 0 | '0' | |
| 1 | '1' | |
| 11 | 'B' | |
| 100 | '64' | |
| 255 | 'FF' |