bigloo.foreign.MAKE_STRING_PTR_NULL C# (CSharp) Method

MAKE_STRING_PTR_NULL() public static method

public static MAKE_STRING_PTR_NULL ( ) : Byte[]
return Byte[]
        public static Byte[] MAKE_STRING_PTR_NULL()
        {
            return null;
        }
foreign