Click or drag to resize

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
)

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