PLAYGROUND (experimental)

convert_hex_num

Convert a hexadecimal to number.
convert_hex_num(
    n
) -> Number

Convert a hexadecimal to number.

Arguments

NameTypeRequiredDefaultDescription
nyes-Hexadecimal to convert (with # or not)