Click or drag to resize

NQuadsFormatterFormat Method (Triple)

Formats a Triple as a String.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string Format(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.NQuadsFormatter.Format(VDS.RDF.Triple)"]

Implements

ITripleFormatterFormat(Triple)
See Also