Initializing a string with an NSData
Initializing a string with an NSData
- Subject: Initializing a string with an NSData
- From: Candide Kemmler <email@hidden>
- Date: Fri, 29 Jun 2001 18:57:35 +0200
Hi,
The foundation docs states:
- (id)initWithData:(NSData *)data
encoding:(NSStringEncoding)encoding
Problem is: I don't know how to create a valid NSStringEncoding...
Sorry for the stupid question, I'm just a beginner. BTW, I'm looking for
a good introduction to Objective-C for a non-C programmer (I'm a Java
programmer). Don't really know how to handle the * thing (pointers...).
Thanks,
Candide