Click or drag to resize

TurtleFormatter Constructor (String, IGraph)

Creates a new Turtle Formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected TurtleFormatter(
	string formatName,
	IGraph g
)

Parameters

formatName
Type: System.String
Format Name.
g
Type: VDS.RDF.IGraph
Graph.
See Also