Click or drag to resize

IValuedNodeAsInteger Method

Gets the Long value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
long AsInteger()

Return Value

Type: Int64

[Missing <returns> documentation for "M:VDS.RDF.Nodes.IValuedNode.AsInteger"]

Exceptions
ExceptionCondition
RdfQueryExceptionThrown if the Node cannot be converted to a Long.
See Also