BaseGraphLiteralNode.ToString Method |
Implementation of ToString for Graph Literals which produces a String representation of the Subgraph in N3 style syntax.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.BaseGraphLiteralNode.ToString"]
Implements
INode.ToString()INode.ToString()
See Also