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

| Edit this page View Source

FormatBaseUri(Uri)

Formats Base URI Information as a String.

Declaration
string FormatBaseUri(Uri u)
Parameters
Type Name Description
Uri u

Base URI.

Returns
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • FormatBaseUri(Uri)
  • Extension Methods
Back to top Generated by DocFX