Click or drag to resize

UnsignedLongNode Constructor (IGraph, UInt64, String, Uri)

Creates a new unsigned long valued node.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph the node belongs to.
value
Type: System.UInt64
Unsigned Long value.
lexicalValue
Type: System.String
Lexical Value.
datatype
Type: System.Uri
Datatype URI.
See Also