- Sep 29, 2004
- 18,656
- 68
- 91
I have the following line of code:
someCString.Format("%.1f", someDouble);
I am getting a formatted string of "1.$". Why is this so?
someCString.Format("%.1f", someDouble);
I am getting a formatted string of "1.$". Why is this so?