Click or drag to resize

BaseFormatter.Format Method (INode)

Formats a Node as a String.

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

Parameters

n
Type: VDS.RDF.INode
Node.

Return Value

Type: String

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

Implements

INodeFormatter.Format(INode)
See Also