Click or drag to resize

UncompressedNotation3Formatter.FormatVariableNode Method

Formats a Variable Node for Notation 3.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override string FormatVariableNode(
	IVariableNode v,
	Nullable<TripleSegment> segment
)

Parameters

v
Type: VDS.RDF.IVariableNode
Variable.
segment
Type: System.Nullable<TripleSegment>
Triple Segment.

Return Value

Type: String

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

See Also