IValuedNodeAsString Method |
Gets the String value of the Node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Function AsString As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Nodes.IValuedNode.AsString"]
Remarks
This is distinct from ToString() because that method will typically include additional information like language specifier/datatype as appropriate whereas this method is used to produce a string as would be produced by applying the STR() function from SPARQL.
See Also