Are there any Cocoa classes that will help me convert a hex value in a NSString like 0x12FA
to a long
or NSNumber
? It doesn't look like any of the classes like NSNumberFormatter
support hex numbers.
Thanks, Hua-Ying
See Question&Answers more detail:os