Click or drag to resize

WrapperNode.ToString Method (INodeFormatter, TripleSegment)

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,
	TripleSegment segment
)

Parameters

formatter
Type: VDS.RDF.Writing.Formatting.INodeFormatter
Formatter.
segment
Type: VDS.RDF.Writing.TripleSegment
Triple Segment.

Return Value

Type: String

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

Implements

INode.ToString(INodeFormatter, TripleSegment)
See Also