Click or drag to resize

QNameFormatter.FormatNamespace Method

Formats a Namespace as a String.

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

Parameters

prefix
Type: System.String
Namespace Prefix.
namespaceUri
Type: System.Uri
Namespace URI.

Return Value

Type: String

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

Implements

INamespaceFormatter.FormatNamespace(String, Uri)
See Also