I would like to know how to parse a hex string, representing a number, in objective c. I am willing to use both an objective, or a C based method, either is fine.
example:
#01FFFFAB
should parse into the integer: 33554347
Any help would be appreciated!