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?
(write-to-string 255 :base 16)