Skip to content

DEC_TO_HEX

Converts a decimal number to hexadecimal.

Examples

  • DEC_TO_HEX(15) - Returns F.
  • DEC_TO_HEX(255) - Returns FF.
  • DEC_TO_HEX(0) - Returns 0.