double d = 5.921763; DecimalFormat df = new DecimalFormat("#.00"); String string = df.format(d); // string = "5.92"