One Quickie


Converting string to an integer (NSString->General)
NSString *string = ...;
int value = [string intValue];

Similarly, there is a floatValue and doubleValue NSString methods.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com