J
Jianwei Sun
Hi, guys,
If I simply do a double d = 2.0 ,and then s=d.ToString() , it will trim
the .0 off and return me 2, is there a good way to keep .0 and return me
2.0.
Thanks,
If I simply do a double d = 2.0 ,and then s=d.ToString() , it will trim
the .0 off and return me 2, is there a good way to keep .0 and return me
2.0.
Thanks,