Click or drag to resize

NTriplesFormatter.FormatUri Method (String)

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(
	string u
)

Parameters

u
Type: System.String
URI.

Return Value

Type: String

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

Implements

IUriFormatter.FormatUri(String)
See Also