Click or drag to resize

ByteNode Constructor (IGraph, Byte, String)

Creates a new byte valued node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ByteNode(
	IGraph g,
	byte value,
	string lexicalValue
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemByte
Byte value.
lexicalValue
Type: SystemString
Lexical value.
See Also