Click or drag to resize

BaseVirtualNodeTNodeID, TGraphIDToString Method (INodeFormatter)

Gets the String representation of the Node formatted with the given Node formatter.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string ToString(
	INodeFormatter formatter
)

Parameters

formatter
Type: VDS.RDF.Writing.FormattingINodeFormatter
Formatter.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualNode`2.ToString(VDS.RDF.Writing.Formatting.INodeFormatter)"]

Implements

INodeToString(INodeFormatter)
See Also