Interface IQuadFormatter
Interface for formatting triples in the context of a graph.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface IQuadFormatter
Methods
| Improve this Doc View SourceFormat(Triple, IRefNode)
Formats a triple in the context of a graph as a string.
Declaration
string Format(Triple t, IRefNode graph)
Parameters
Type | Name | Description |
---|---|---|
Triple | t | Triple. |
IRefNode | graph | Containing graph name. |
Returns
Type | Description |
---|---|
string |