Interface IResultFormatter
Interface for Formatters which Format SPARQL Results.
Assembly: dotNetRDF.dll
public interface IResultFormatter
Methods
|
Improve this Doc
View Source
Formats a SPARQL Result as a String.
Declaration
string Format(SparqlResult result)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Formats a Boolean Result as a String.
Declaration
string FormatBooleanResult(bool result)
Parameters
Type |
Name |
Description |
System.Boolean |
result |
Boolean Result. |
Returns
Type |
Description |
System.String |
|
Extension Methods