BaseLiteralNodeToString Method |
Gets a String representation of a Literal Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.BaseLiteralNode.ToString"]
Implements
INodeToStringINodeToStringRemarks Gives a value without quotes (as some syntaxes use) with the Data Type/Language Specifier appended using Notation 3 syntax.
See Also