Interface IUriFormatter
Interface for URI Formatters.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface IUriFormatter
Methods
| Improve this Doc View SourceFormatUri(String)
Formats a URI as a String.
Declaration
string FormatUri(string u)
Parameters
Type | Name | Description |
---|---|---|
System.String | u | URI. |
Returns
Type | Description |
---|---|
System.String |
FormatUri(Uri)
Formats a URI as a String.
Declaration
string FormatUri(Uri u)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | u | URI. |
Returns
Type | Description |
---|---|
System.String |