Novell.Directory.Ldap.LdapSchemaElement.formatString C# (CSharp) Méthode

formatString() protected abstract méthode

Implementations of formatString format a schema element into a string suitable for using in a modify (ADD) operation to the directory. toString uses this method. This method is needed because a call to setQualifier requires reconstructing the string value of the schema element.
protected abstract formatString ( ) : System.String
Résultat System.String
        protected internal abstract System.String formatString();