Using Int32.ToString() without Format and IFormatProvider. Why do I get the CA1305 warning?
See the question and my original answer on StackOverflowIf you take a look at the NumberFormatInfo Class, you will see that some properties apply to integers, such as PositiveSign or Group Separators for example.