I tried using decimal and hexadecimal strings to create a CFDataRef
, but what I created not what I need. I need a CFDataRef
like "<b1a3c3 d4b5>
",
Here is my code:
CFDataRef abc = CFDataCreate(kCFAllocatorDefault, "b034958b0c6f",strlen("b034958b0c6f"));
CFDataRef abc = CFDataCreate(kCFAllocatorDefault, "4294967295", strlen("4294967295"));