convert_hex_num
Convert a hexadecimal to number.
convert_hex_num(
n
) -> Number
Convert a hexadecimal to number.
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
n | yes | - | Hexadecimal to convert (with # or not) |
convert_hex_num(
n
) -> Number
Convert a hexadecimal to number.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
n | yes | - | Hexadecimal to convert (with # or not) |