NSNumber *priceNum = [NSNumber numberWithFloat:123.125];
NSLog(@"----%@---",[NSString stringWithFormat:@"%.2f",round([priceNum floatValue]*100)/100]);
//123.13