IHateMyJob2004
Lifer
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?