Click or drag to resize

INamespaceFormatterFormatNamespace Method

Formats Namespace Information as a String.

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

Parameters

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

Return Value

Type: String

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

See Also