public static String getPriceFormat(float arg){ DecimalFormat df = new DecimalFormat("###.#####"); return df.format(arg); }