G
Guest
Hi all,
I'm trying to output 0.0 as a string ("0.0"). When I go: Math.Round(0.0,
2).ToString() it is outputting as 0.
Any ideas how to get the extra 0 after the decimal point?
Thanks.
I'm trying to output 0.0 as a string ("0.0"). When I go: Math.Round(0.0,
2).ToString() it is outputting as 0.
Any ideas how to get the extra 0 after the decimal point?
Thanks.