CA1308: Normalize strings to uppercase
Visual Studio 2012
|
TypeName |
NormalizeStringsToUppercase |
|
CheckId |
CA1308 |
|
Category |
Microsoft.Globalization |
|
Breaking Change |
Non-breaking |
Strings should be normalized to uppercase. A small group of characters, when they are converted to lowercase, cannot make a round trip. To make a round trip means to convert the characters from one locale to another locale that represents character data differently, and then to accurately retrieve the original characters from the converted characters.