Interface ITripleFormatter
Interface for Triple Formatters.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface ITripleFormatter
Methods
| Edit this page View SourceFormat(Triple)
Formats a Triple as a String.
Declaration
string Format(Triple t)
Parameters
| Type | Name | Description |
|---|---|---|
| Triple | t | Triple. |
Returns
| Type | Description |
|---|---|
| string |