• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSString to bit pattern
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSString to bit pattern


  • Subject: NSString to bit pattern
  • From: erappy <email@hidden>
  • Date: Fri, 8 May 2009 14:30:47 +0530

Hi, I am trying to find  way to convert the NSString object into its bit
pattern and convert that bit pattern into another NSString object,
For Example if I have
NSString *origStr = @"Hello":
NSString * bitPatternoforigStr ;
no I want to convert it to the bit pattern if Hello and return an object of
type NSString with bit pattern.
it should be something like;
bitPatternoforigStr = @"0101101001100010010011111000010101100101" ;
Can someone help me in this.
Thanks,
_______________________________________________

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

  • Follow-Ups:
    • Re: NSString to bit pattern
      • From: Alastair Houghton <email@hidden>
  • Prev by Date: NSXMLNode bug in method XMLString
  • Next by Date: RE: problem with NSTimer
  • Previous by thread: NSXMLNode bug in method XMLString
  • Next by thread: Re: NSString to bit pattern
  • Index(es):
    • Date
    • Thread