Цель C преобразовать int в строку

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