I have a method which returns numbers like this:
public decimal GetNumber() { return 250.00m; }
Now when this value is printed to the c
Locale-specific formatting?
http://en.wikipedia.org/wiki/File:DecimalSeparator.svg (Green equals a comma, so if you are calling ToString() on your decimal using the culture info of any of these locations, you will see a comma).
ToString()