Example #1
0
 internal String ToString(List <RDFNamespace> prefixes, String spaces)
 {
     return(RDFQueryPrinter.PrintValues(this, prefixes, spaces));
 }
Example #2
0
 internal string ToString(List <RDFNamespace> prefixes, string spaces)
 => RDFQueryPrinter.PrintValues(this, prefixes, spaces);
 internal override string ToString(List <RDFNamespace> prefixes)
 => RDFQueryPrinter.PrintValues(this.Values, prefixes, string.Empty);
Example #4
0
 internal override String ToString(List <RDFNamespace> prefixes)
 {
     return(RDFQueryPrinter.PrintValues(this.Values, prefixes, String.Empty));
 }