Format Float to n decimal places October 10, 2022 by Tarik You may also pass the float value, and use: String.format("%.2f", floatValue); Documentation