BaseFormatterFormatVariableNode Method |
Formats a Variable Node as a String for the given Format.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual string FormatVariableNode(
IVariableNode v,
Nullable<TripleSegment> segment
)
Protected Overridable Function FormatVariableNode (
v As IVariableNode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- v
- Type: VDS.RDFIVariableNode
Variable Name. - segment
- Type: SystemNullableTripleSegment
Triple Segment.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.BaseFormatter.FormatVariableNode(VDS.RDF.IVariableNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also