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

ToString() public method

Return a String representation of this Asn1Object.
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return base.ToString() + "OCTET STRING: " + stringValue();
        }