예제 #1
0
 public void CharToLowerInvariant(char value, char expected)
 {
     Globalization.ToLowerInvariant(value).Should().Be(expected);
 }