bigloo.foreign.ucs2_whitespacep C# (CSharp) Method

ucs2_whitespacep() public static method

public static ucs2_whitespacep ( char c ) : bool
c char
return bool
        public static bool ucs2_whitespacep( char  c )
        {
            return Char.IsWhiteSpace( c );
        }
foreign