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