Click or drag to resize

NTriplesFormatterFormatUri Method (Uri)

Formats a URI as a String for full Output.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string FormatUri(
	Uri u
)

Parameters

u
Type: SystemUri
URI.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.NTriplesFormatter.FormatUri(System.Uri)"]

Implements

IUriFormatterFormatUri(Uri)
See Also