OCT2HEX

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

Converts an octal number to hexadecimal.

Parameters:

Name Type Description
arg1 any

Is the octal number you want to convert.

arg2 any

Is the number of characters to use.

Returns:

Type
number | string | boolean