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