Click or drag to resize

SparqlFormatterFormatVariableNode Method

Formats a Variable Node in SPARQL Syntax.

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.RDFIVariableNode
Variable Node.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

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

See Also