Re: Converting NSArray of NSString elements into binary?
Re: Converting NSArray of NSString elements into binary?
- Subject: Re: Converting NSArray of NSString elements into binary?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 1 Oct 2007 20:28:19 -0600
On Oct 1, 2007, at 8:04 PM, R.L. Grigg wrote:
Hmm, I wish there was a -charValue method for NSString.
There is; -characterAtIndex:. Or, if you need the char array, then
use -cStringUsingEncoding: or -UTF8String.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden