Show / Hide Table of Contents

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 Source

FormatBaseUri(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

Extension Methods

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