Click or drag to resize

NTriplesFormatter.FormatUri 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: System.Uri
URI.

Return Value

Type: String

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

Implements

IUriFormatter.FormatUri(Uri)
See Also