I have a simple ASCII string and i want to convert it to hexadecimal (base16). I'm using xCode 7 (so i'm on IOS9) but i can't find any solution anywhere.
I tried to change the format of my string:
StringToConvert(String(format: "%02hhx", $0))
Thanks for your help :)