0
I am wanting to format numbering to only two decimal places after the comma, I am using the following code line
NumberFormat formato = new DecimalFormat("0.00");
But my application’s minimum API is 15 and it’s asking 24 to use this class, does anyone know any other way to round and format numbering?
Man, thank you very much, how inattentive of me, thank you very much!!
– Filipe Holanda