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 o
Thanks Alastair, it was a good hint and help.Cheers,
On Sat, May 9, 2009 at 4:51 AM, Alastair Houghton <
alast...@alastairs-place.net> wrote:
> On 8 May 2009, at 10:00, erappy wrote:
>
> Hi, I am trying to find way to convert the NSString object into its bit
>> pattern