Click or drag to resize

BaseFormatter.Format Method (INode, Nullable<TripleSegment>)

Formats a Node as a String.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual string Format(
	INode n,
	Nullable<TripleSegment> segment
)

Parameters

n
Type: VDS.RDF.INode
Node.
segment
Type: System.Nullable<TripleSegment>
Triple Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.BaseFormatter.Format(VDS.RDF.INode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

Implements

INodeFormatter.Format(INode, Nullable<TripleSegment>)
See Also