Click or drag to resize

IGraphFormatterFormatGraphHeader Method (IGraph)

Generates the header section for the Graph.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string FormatGraphHeader(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.IGraphFormatter.FormatGraphHeader(VDS.RDF.IGraph)"]

See Also