Objektiv C konvertieren INT in String

NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];
Mobile Star