I want to convert string data to NSInteger.
string
data
NSInteger
If the string is a human readable representation of a number, you can do this:
NSInteger myInt = [myString intValue];
1.4m articles
1.4m replys
5 comments
57.0k users