Dear All,
I want to convert from CFTypeRef to CFStringRef, I am using the following code -
But is gives the string with expression but I want only its value.
If anybody knows how to do that then plz help me out.
Thanks.
Vishal
I want to convert from CFTypeRef to CFStringRef, I am using the following code -
Code:
CFStringRef myString = CFCopyDescription (value);
But is gives the string with expression but I want only its value.
If anybody knows how to do that then plz help me out.
Thanks.
Vishal