Hi.. I am using a crypting technique that returns me this value...
=¤©Œ?ÿ
.... I am fine with that... but what I want to do is convert and deconvert it to an hexadecimal value for elegancy... can anyone help me?
Thanks
Printable View
Hi.. I am using a crypting technique that returns me this value...
=¤©Œ?ÿ
.... I am fine with that... but what I want to do is convert and deconvert it to an hexadecimal value for elegancy... can anyone help me?
Thanks
never mind.. I found how to do it... go char by char convert to asci numeric and the to hex...
thanks