HEX2DEC function
Description
Hexadecimal number to decimal number. HEX2DEC(h) converts a hexadecimal number to a decimal number.
Example
HEX2DEC('FF') returns 255
Calculator
Related functions
- DEC2HEX function: converts a decimal number to a hexadecimal number
- List of Engineering functions