TurtleFormatter.FormatLiteralNode Method |
Formats a Literal Node as a String.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override string FormatLiteralNode(
ILiteralNode l,
Nullable<TripleSegment> segment
)
Protected Overrides Function FormatLiteralNode (
l As ILiteralNode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- l
- Type: VDS.RDF.ILiteralNode
Literal Node. - segment
- Type: System.Nullable<TripleSegment>
Triple Segment.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.TurtleFormatter.FormatLiteralNode(VDS.RDF.ILiteralNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also