HEX2DEC

HEX2DEC(arg1) → { number | string | boolean }

Converts a hexadecimal number to decimal.

Parameters:

Name Type Description
arg1 any

Is the hexadecimal number you want to convert.

Returns:

Type
number | string | boolean