Show / Hide Table of Contents

Interface INamespaceFormatter

Interface for Formatters which can format Namespace Information.

Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface INamespaceFormatter

Methods

| Edit this page View Source

FormatNamespace(string, Uri)

Formats Namespace Information as a String.

Declaration
string FormatNamespace(string prefix, Uri namespaceUri)
Parameters
Type Name Description
string prefix

Namespae Prefix.

Uri namespaceUri

Namespace URI.

Returns
Type Description
string

Extension Methods

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