Returns a string representation of an integer or of a binary type converted to hexadecimal.
Hex ( expression [, length] )
Omitting the second parameter (length) or using the keyword Default results in automatic sizing of the output; 8-characters display for numbers that can fit in that and 16-characters display for others.
A pointer type parameter is displayed in size of pointer by default (8 characters for x86 and 16 characters for x64).
64bit integers have 16 characters displayed by default.
Numbers passed as non-integers (those with decimal separator or exponent) are processed as doubles.
BitAND, BitNOT, BitOR, BitRotate, BitShift, BitXOR, Dec