TripleToString Method (ITripleFormatter) |
Gets the String representation of a Triple using the given Triple Formatter.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public string ToString(
ITripleFormatter formatter
)
Public Function ToString (
formatter As ITripleFormatter
) As String
Parameters
- formatter
- Type: VDS.RDF.Writing.FormattingITripleFormatter
Formatter.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Triple.ToString(VDS.RDF.Writing.Formatting.ITripleFormatter)"]
See Also