Click or drag to resize

StringNode Constructor (IGraph, String, Uri)

Creates a new String Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StringNode(
	IGraph g,
	string value,
	Uri datatype
)

Parameters

g
Type: VDS.RDFIGraph
Graph the Node belongs to.
value
Type: SystemString
String value.
datatype
Type: SystemUri
Datatype URI.
See Also