SparqlFormatter.FormatVariableNode Method |
Formats a Variable Node in SPARQL Syntax.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override string FormatVariableNode(
IVariableNode v,
Nullable<TripleSegment> segment
)
Protected Overrides Function FormatVariableNode (
v As IVariableNode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- v
- Type: VDS.RDF.IVariableNode
Variable Node. - segment
- Type: System.Nullable<TripleSegment>
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