Re: ASCII Hexadecimal to ASCII Decimal with NSData
Re: ASCII Hexadecimal to ASCII Decimal with NSData
- Subject: Re: ASCII Hexadecimal to ASCII Decimal with NSData
- From: Scott Ribe <email@hidden>
- Date: Sun, 11 Nov 2007 21:32:35 -0700
- Thread-topic: ASCII Hexadecimal to ASCII Decimal with NSData
> I have read that I am better off working with the straight
> hexadecimal
> ASCII NSData provides me and I would be fine with that, if I knew
> how to
> convert that into decimal ASCII as I would be able to do everything
> I need
> then, but I do not know how.
I think you may be confused about C? A byte is a byte is a byte, its value
might get displayed as hex or as decimal, but it's just a binary number.
Could you be more explicit about what you're trying to do? Exactly what
format is the file in, and what exactly do you need to get out of the file?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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