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
)
Function FormatGraphHeader (
g As IGraph
) As String
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