Basically I am formatting numbers like so
price.ToString("c")
The result is $615.00 in english and 615,00 $ in french.
My desired result, however, is $615 and 615 $, respectively. How can I attain this, while still taking advantage of .nets localization handling?
If you don't mind rounding...
price.ToString("c0")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With