public static Char ToUpperInvariant(this Char c)
 {
     return(Char.ToUpperInvariant(c));
 }