Re: CFString from NSString
Re: CFString from NSString
- Subject: Re: CFString from NSString
- From: Andreas Monitzer <email@hidden>
- Date: Sat, 22 Sep 2001 03:20:29 +0200
On Saturday, September 22, 2001, at 03:09 , Chris Rudolph wrote:
What is the best way of getting a CFString from a NSString. I need to
make some CF calls and they require CFStrings.
That's a very complicated task:
CFStringRef string=(CFStringRef)@"very complicated";
or more generally
CFStringRef cfstring=(CFStringRef)nsstring;
where nsstring is of type NSString*.
andy
--
Description forthcoming.