Show / Hide Table of Contents

Interface ITripleFormatter

Interface for Triple Formatters.

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

Methods

| Edit this page 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
string

Extension Methods

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