DecimalFormat decimalFormat = new DecimalFormat("#.00"); String priceString = decimalFormat.format(price);