HEX2OCT

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

Converts a hexadecimal number to octal.

Parameters:

Name Type Description
arg1 any

Is the hexadecimal number you want to convert.

arg2 any

Is the number of characters to use.

Returns:

Type
number | string | boolean