I will Format a Floating Point Number in android with 2 Digits after the point. I search for a Example but i din´t find one.
Can some one help me.
float f = 2.3455f; String test = String.format("%.02f", f);