hit counter

Timeline

My development logbook

How to Convert an NSString Into an NSNumber?

http://stackoverflow.com/questions/1448804/how-to-convert-an-nsstring-into-an-nsnumber

1) NSNumberFormatter

2) –[NSString integerValue], –[NSString floatValue]

3) low level c function atof()