DEC2HEX function
Description
Hexadecimal representation of a number. DEC2HEX(x) returns the hexadecimal representation of the integer number x.
Example
DEC2HEX(255) returns the string value "FF"
Calculator
Related functions
- HEX2DEC function: hexadecimal number to decimal number
- List of Engineering functions