Show / Hide Table of Contents

Interface IQuadFormatter

Interface for formatting triples in the context of a graph.

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

Methods

| Edit this page View Source

Format(Triple, IRefNode)

Formats a triple in the context of a graph as a string.

Declaration
string Format(Triple t, IRefNode graph)
Parameters
Type Name Description
Triple t

Triple.

IRefNode graph

Containing graph name.

Returns
Type Description
string

Extension Methods

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