bigloo.foreign.ucs2_lowerp C# (CSharp) Method

ucs2_lowerp() public static method

public static ucs2_lowerp ( char c ) : bool
c char
return bool
        public static bool ucs2_lowerp( char  c )
        {
            return Char.IsLower( c );
        }
foreign