I\'d like to convert an int to a NSString in Objective C.
int
NSString
How can I do this?
NSString *string = [NSString stringWithFormat:@"%d", theinteger];