Click or drag to resize

ITripleFormatterFormat Method

Formats a Triple as a String.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: String

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

See Also