WrapperNode.ToString Method |
Returns a string that represents the current object.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringA string that represents the current object.
Implements
INode.ToString()
See Also