bigloo.foreign.ucs2_letterp C# (CSharp) Method

ucs2_letterp() public static method

public static ucs2_letterp ( char c ) : bool
c char
return bool
        public static bool ucs2_letterp( char  c )
        {
            return Char.IsLetter( c );
        }
foreign