Tujuan C Konversi int ke string

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