Show / Hide Table of Contents

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 Source

Format(SparqlResult)

Formats a SPARQL Result as a String.
Declaration
string Format(SparqlResult result)
Parameters
Type Name Description
SparqlResult result SPARQL Result.
Returns
Type Description
System.String
| Improve this Doc View Source

FormatBooleanResult(Boolean)

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

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Format(SparqlResult)
    • FormatBooleanResult(Boolean)
  • Extension Methods
Back to top Generated by DocFX