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