vote up 0 vote down star

I wanna have a NSString object as NSData. Later this NSData-Object should return his stringValue with:

NSData *data;
NSString *string = [[NSString alloc] initWithData:data 
                                         encoding:NSUTF8StringEncoding];

string shouldn't be nil... =D

flag

What is the question? – sbooth Feb 15 at 10:13

1 Answer

vote up 1 vote down check

dataUsingEncoding:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.