Can someone help me ? I have a NSString
with @"12.34"
and I want to convert it into a NSString with the same float number but in single precision 32bits binary floating-point format IEEE-754 : like @"x41x45x70xa4"
(with hexa characters) or @"AEp¤"
...
I m sure it s something easy but after many hours of reading the doc without finding a solution...
Thank you !