Click or drag to resize

IValuedNodeAsString Method

Gets the String value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string AsString()

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