Convert hexstring to int?
Convert hexstring to int?
- Subject: Convert hexstring to int?
- From: "Peter Karlsson" <email@hidden>
- Date: Mon, 16 Jun 2003 08:52:04 +0000
Dear list!
I have a NSMutableString that looks like this:
"$00, $07, $04, $FF, $08, $FB, $0C"
Is there a simple way to convert the hexstring to several integers like
this?
0
7
4
255
8
and so on...
Peter
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.