30/06/10

NSData to NSString

Filed under: iPhone Dev SDK by Marc @ 08:29

here is a useful snippet


NSString *myStr;
myStr = [[[NSString alloc] initWithData:myData encoding:NSUTF8StringEncoding] autorelease];



No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.