What I probably miss the most in Objective-C @implementation NSString (numericValue) - (NSNumber *)numericValue { return [NSNumber numberWithInt:[self intValue]]; } @end