BaseFormatter.FormatGraphLiteralNode Method |
Formats a Graph Literal Node as a String for the given Format.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected 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.RDF.IGraphLiteralNode
Graph Literal. - segment
- Type: System.Nullable<TripleSegment>
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