Click or drag to resize

DeliminatedLineFormatterFormatUriNode Method

Formats a URI Node.

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

Parameters

u
Type: VDS.RDFIUriNode
URI Node.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

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

See Also