Interface IResultFormatter
Interface for Formatters which Format SPARQL Results.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface IResultFormatter
Methods
| Edit this page 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 |
|---|---|---|
| bool | result | Boolean Result. |
Returns
| Type | Description |
|---|---|
| string |