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