Click or drag to resize

SparqlFormatterFormatNamespace Method

Formats a Namespace Declaration.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string FormatNamespace(
	string prefix,
	Uri namespaceUri
)

Parameters

prefix
Type: SystemString
Namespace Prefix.
namespaceUri
Type: SystemUri
Namespace URI.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlFormatter.FormatNamespace(System.String,System.Uri)"]

Implements

INamespaceFormatterFormatNamespace(String, Uri)
See Also