bigloo.foreign.ucs2_upperp C# (CSharp) Method

ucs2_upperp() public static method

public static ucs2_upperp ( char c ) : bool
c char
return bool
        public static bool ucs2_upperp( char  c )
        {
            return Char.IsUpper( c );
        }
foreign