Is there a culture that doesn't use dashes (-) for negative numbers?
If I won't have to deal with negative numbers, would int.ToString() yield the same string of numbers in all cultures?
I have a piece of code with int.ToString(CultureInfo.InvariantCulture) and I want to make sure I can simplify it and remove the InvariantCulture parameter.