Click or drag to resize

BaseFormatterFormat Method (Triple)

Formats a Triple as a String.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: String

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

Implements

ITripleFormatterFormat(Triple)
See Also