Click or drag to resize

BaseFormatterFormat 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.RDFINode
Node.

Return Value

Type: String

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

Implements

INodeFormatterFormat(INode)
See Also