convert_num_hex
Convert a number int to hexadecimal (string).
convert_num_hex(
n,
[pad=8],
[hashtag=true]
) -> STRING
Convert a number int to hexadecimal (string).
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
n | yes | - | Number to convert (int) | |
pad | - | 8 | Number of 0 pad | |
hashtag | - | true | Hashtag or not? |