Click or drag to resize

WrapperNodeToString 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 string ToString(
	INodeFormatter formatter
)

Parameters

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

Return Value

Type: String

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

Implements

INodeToString(INodeFormatter)
See Also