Hex
The Hex function returns a hexadecimal string representation of a number.
NOTE: The value of the number must fit into a 32-bit signed integer. Therefore, the valid range is -2,147,483,648 to 2,147,483,647.
Syntax
Variable = Hex ( number )
Remarks
The Hex function can be used to return the Hexadecimal string representation of number.