DEC2HEX

DEC2HEX(arg1, arg2) → { number | string | boolean }

Converts a decimal number to hexadecimal.

Parameters:

Name Type Description
arg1 any

Is the decimal integer you want to convert.

arg2 any

Is the number of characters to use.

Returns:

Type
number | string | boolean