I've got a number in a NSString @"15". I want to convert this to NSUInteger, but I don't know how to do that...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
If you really want an NSUInteger, just cast it, but you may want to test the value beforehand. |
|||||||||||||
|

Foundation | X. – Quinn Taylor Jan 23 at 21:46