I have a long hex value stored as a NSString, something like:
c12761787e93534f6c443be73be31312cbe343816c062a278f3818cb8363c701
How do I convert it back into a binary value stored as a char*
|
|
I have a long hex value stored as a NSString, something like: c12761787e93534f6c443be73be31312cbe343816c062a278f3818cb8363c701 How do I convert it back into a binary value stored as a char*
|
||||
|
|
|
This is a little sloppy, but should get you on the right track:
|
||
|
|
|
|
There was a thread on this (or on a very similar) hexadecimal conversion topic a couple of weeks back over on one of the Cocoa mailing lists. I can't reasonably reproduce the full discussion here (long thread), but the message that starts off the thread is here: http://www.cocoabuilder.com/archive/message/cocoa/2009/5/9/236391 I do wish there were a Cocoa method for this task, but (pending finding that or pending its implementation) the code (by Mr Gecko, posted at http://www.cocoabuilder.com/archive/message/cocoa/2009/5/10/236424) looks like it would work here. |
||
|
|
|
|
|
||
|
|