NSString *string = @"5"; int value = [string intValue];
NSString *string = [NSString stringWithFormat:@"%i", theinteger];
No comments:
Post a Comment