Simple types / Numbers / Integer

NSString *strNumber = @"42";
int number = [strNumber intValue];