Click or drag to resize

TurtleFormatterFormatLiteralNode Method

Formats a Literal Node as a String.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override string FormatLiteralNode(
	ILiteralNode l,
	Nullable<TripleSegment> segment
)

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.TurtleFormatter.FormatLiteralNode(VDS.RDF.ILiteralNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

See Also