Click or drag to resize

INodeFormatterFormat Method (INode)

Formats a Node as a String.

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

Parameters

n
Type: VDS.RDFINode
Node.

Return Value

Type: String

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

See Also