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