bigloo.foreign.UCS2P C# (CSharp) Method

UCS2P() public static method

public static UCS2P ( Object o ) : bool
o Object
return bool
        public static bool UCS2P( Object  o )
        {
            return (o is bucs2);
        }
foreign