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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can also use
To get the leading
To force the digits from 10 to 15 to be lowercase, use the case conversion directive
|
|||
|
|