Click or drag to resize

IResultFormatter Interface

Interface for Formatters which Format SPARQL Results.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IResultFormatter

The IResultFormatter type exposes the following members.

Methods
  NameDescription
Public methodFormat
Formats a SPARQL Result as a String.
Public methodFormatBooleanResult
Formats a Boolean Result as a String.
Top
See Also