Click or drag to resize

CsvWriter.SaveInternal Method

Saves a Graph to CSV format.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void SaveInternal(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
output
Type: System.IO.TextWriter
Writer to save to.
See Also