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

| Improve this Doc View Source

FormatNamespace(String, Uri)

Formats Namespace Information as a String.
Declaration
string FormatNamespace(string prefix, Uri namespaceUri)
Parameters
Type Name Description
System.String prefix Namespae Prefix.
System.Uri namespaceUri Namespace URI.
Returns
Type Description
System.String

Extension Methods

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