Novell.Directory.Ldap.LdapModifyRequest.ToString C# (CSharp) Method

ToString() public method

Return an Asn1 representation of this modify request #return an Asn1 representation of this object
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return Asn1Object.ToString();
        }