Alsing.Text.CharUtils.ToUpper C# (CSharp) Méthode

ToUpper() public static méthode

public static ToUpper ( char c ) : char
c char
Résultat char
        public static char ToUpper(char c)
        {
            return UpperCharLookup[c];
        }