convert number(9) to 64bit Hex
kdwolfJul 5 2008 — edited Jul 21 2008My client wants me to create an XML file and replace some of the Id's by Hex value, based on 64bit.
to_binary functions didn't help me too much, as well as to_multi_char or to single...
What should be the best way to do it?
I guess that first I need to convert my decimal number to binary, and then - to hex, no?
Thanks in advance!