Interface IBaseUriFormatter
Interface for Formatters which can format Base URI Information.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface IBaseUriFormatter
Methods
| Improve this Doc View SourceFormatBaseUri(Uri)
Formats Base URI Information as a String.
Declaration
string FormatBaseUri(Uri u)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | u | Base URI. |
Returns
| Type | Description |
|---|---|
| System.String |