I have I double value like this one 17.125. It should be rounded up to 17.13 If I use the simple method like %.2f it shows me 17.12 I also followed several methods described in other threads here like using NumberFormatter and so on - but without luc…