Click or drag to resize

BaseNodeToString 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 virtual string ToString(
	INodeFormatter formatter,
	TripleSegment segment
)

Parameters

formatter
Type: VDS.RDF.Writing.FormattingINodeFormatter
Formatter.
segment
Type: VDS.RDF.WritingTripleSegment
Triple Segment.

Return Value

Type: String

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

Implements

INodeToString(INodeFormatter, TripleSegment)
See Also