Click or drag to resize

BaseGraphLiteralNode.ToString Method

Overload List
  NameDescription
Public methodToString()
Implementation of ToString for Graph Literals which produces a String representation of the Subgraph in N3 style syntax.
(Overrides BaseNode.ToString().)
Public methodToString(INodeFormatter)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.)
Public methodToString(INodeFormatter, TripleSegment)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.)
Top
See Also