I want to convert NSString to unsigned char type array, I have searched many things but have not found a way to do it, can someone suggest me? ex: input : 16 output: 0x01, 0x06
The input has only the characters of hexa code. I am newly for this objective C and cocoa application so please help on this. Thanks!