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
)
Public Sub New (
g As IGraph,
value As Byte,
lexicalValue As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemByte
Byte value. - lexicalValue
- Type: SystemString
Lexical value.
See Also