Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > NSString -> NSData

NSString -> NSData
Thread Tools
Junior Member
Join Date: Jul 2002
Location: Australia
Status: Offline
Reply With Quote
Jun 27, 2003, 04:11 AM
 
Is there a way to convert a NSString variable to type NSData?
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jun 27, 2003, 05:12 AM
 
Originally posted by Syphor:
Is there a way to convert a NSString variable to type NSData?
Sure. NSString conforms to NSCoding, so just run it through NSArchiver.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Mac Enthusiast
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jun 27, 2003, 05:18 AM
 
file://localhost/System/Library/Frameworks/Foundation.framework/Versions/C/Resources/English.lproj/Documentation/Reference/ObjC_classic/Classes/NSString.html#//apple_ref/occ/instm/NSString/dataUsingEncoding:

- (NSData *)dataUsingEncoding:(NSStringEncoding)encoding
(Last edited by 3R1C; Nov 10, 2003 at 10:00 PM. )
3R1C
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jun 27, 2003, 05:36 AM
 
It should be noted that the NSArchiver method and the NSString method do different things. NSArchiver creates data representing the string object which can then be unarchived back into an identical NSString. NSString's -dataUsingEncoding:, on the other hand, returns data representing a plain-text string in the encoding you select.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:45 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2