Click or drag to resize

IValuedNodeAsDecimal Method

Gets the Decimal value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
decimal AsDecimal()

Return Value

Type: Decimal

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

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