Click or drag to resize

RdfXmlFormatterFormat Method

Formats a Triple as a <rdf:Description> element.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: String

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

Implements

ITripleFormatterFormat(Triple)
See Also