Is there a similar function to (parse-integer "ff" :radix 16) that will take me back the other way? If I have the int 255 how do I convert it to the string ff?
|
|
|
|
|
|
|
|
||
|
|
|
|
You can also use
To get the leading
To force the digits from 10 to 15 to be lowercase, use the case conversion directive
|
||
|
|
