Show / Hide Table of Contents

Interface ITripleFormatter

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

Methods

| Improve this Doc View Source

Format(Triple)

Formats a Triple as a String.
Declaration
string Format(Triple t)
Parameters
Type Name Description
Triple t Triple.
Returns
Type Description
System.String

Extension Methods

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