value = ((valueToConvert * 100).toInt() / 100f).toString()
x 100 / 100 for 2 decimals
x 1000 / 1000 for 3 and so on.