Click or drag to resize

CsvFormatterFormatLiteralNode Method

Formats Literals for CSV output.

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.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.CsvFormatter.FormatLiteralNode(VDS.RDF.ILiteralNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

See Also