 |
iphone - Objective C parse hex string to integer - Stack Overflow
strtol() is your friend. It converts a string to a long, and you can pass the base of
the number in. Strip that # sign off first though, or pass to strtol a pointer ...
stackoverflow.com |
 |