Interface INamespaceFormatter
Interface for Formatters which can format Namespace Information.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface INamespaceFormatter
Methods
| Edit this page View SourceFormatNamespace(string, Uri)
Formats Namespace Information as a String.
Declaration
string FormatNamespace(string prefix, Uri namespaceUri)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefix | Namespae Prefix. |
| Uri | namespaceUri | Namespace URI. |
Returns
| Type | Description |
|---|---|
| string |