Interface IResultFormatter
Interface for Formatters which Format SPARQL Results.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface IResultFormatter
Methods
| Improve this Doc View SourceFormat(ISparqlResult)
Formats a SPARQL Result as a String.
Declaration
string Format(ISparqlResult result)
Parameters
Type | Name | Description |
---|---|---|
ISparqlResult | result | SPARQL Result. |
Returns
Type | Description |
---|---|
string |
FormatBooleanResult(bool)
Formats a Boolean Result as a String.
Declaration
string FormatBooleanResult(bool result)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | result | Boolean Result. |
Returns
Type | Description |
---|---|
string |