Click or drag to resize

INode.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
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.INode.ToString(VDS.RDF.Writing.Formatting.INodeFormatter,VDS.RDF.Writing.TripleSegment)"]

See Also