Click or drag to resize

BaseNodeToString Method (INodeFormatter)

Gets the String representation of the Node formatted with the given Node formatter.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual string ToString(
	INodeFormatter formatter
)

Parameters

formatter
Type: VDS.RDF.Writing.FormattingINodeFormatter
Formatter.

Return Value

Type: String

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

Implements

INodeToString(INodeFormatter)
See Also