W
wrytat
How do you display a double value in 2 decimal point?
For e.g., the value 2.2, I want to display it as 2.20 instead of 2.2. I
tried System.Math.Round(thevalue,2), but it still display the value as 2.2
and not 2.20.
I using .NET 2.0 Framework, Visual Basic. Thank you.
For e.g., the value 2.2, I want to display it as 2.20 instead of 2.2. I
tried System.Math.Round(thevalue,2), but it still display the value as 2.2
and not 2.20.
I using .NET 2.0 Framework, Visual Basic. Thank you.