Novell.Directory.Ldap.Asn1.Asn1Null.ToString C# (CSharp) Method

ToString() public method

Return a String representation of this Asn1Null object.
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return base.ToString() + "NULL: \"\"";
        }