PLAYGROUND (experimental)

convert_num_hex

convert_num_hex(n, [pad=8], [hashtag=true]) -> STRING

Convert a number int to hexadecimal (string).

Arguments

NameRequiredDefaultDescription
nyes-Number to convert (int)
pad-8Number of 0 pad
hashtag-trueHashtag or not?