views:

20

answers:

0

Hi there,

I have a hex set of data, ripped from a .plist save of an NSArray, that reads (for example) like this:

06000000 01000000 00000000 00000000 00000000 00000000 00000000 00000000 00010000 08020100 00000000 e028f440 00008543 00809343 b0e22a00

that I would like to turn into an NSData object. What is the appropriate way to do this?