Making an NSString from NSData
Making an NSString from NSData
- Subject: Making an NSString from NSData
- From: Sam Goldman <email@hidden>
- Date: Mon, 22 Oct 2001 19:13:30 -0700
How do I make an NSString into NSData? Do have to go through every byte and
put that into a string? I don't really know what NSData is because it can
contain images (as I learned from cocoadevcentral's image buddy) and I just
don9t know what its content would be. Sorry for the newbie question, but I
couldn't do it when I tried.
- Sam