예제 #1
0
 public static char ToLower(this char chr, [NotNull] CultureInfo culture) =>
 CharEx.ToLower(chr, culture);