bigloo.foreign.CHARP C# (CSharp) Method

CHARP() public static method

public static CHARP ( Object o ) : bool
o Object
return bool
        public static bool CHARP( Object  o )
        {
            return (o is bchar);
        }
foreign