Functions
DEC2HEX
Convert decimal to hexadecimal
Try it
When to use it
When should I use DEC2HEX?
Use DEC2HEX to convert a decimal integer to its hexadecimal (base-16) string representation, optionally zero-padded to a specified number of digits.
Used in
Syntax
DEC2HEX(number, [places])