Show / Hide Table of Contents

Interface IUriFormatter

Interface for URI Formatters.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface IUriFormatter

Methods

| Improve this Doc View Source

FormatUri(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
| Improve this Doc View Source

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

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • FormatUri(String)
    • FormatUri(Uri)
  • Extension Methods
Back to top Generated by DocFX