Click or drag to resize

SparqlSpecsHelperToDecimal Method

Note: This API is now obsolete.

Converts a Literal Node to a Decimal.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[ObsoleteAttribute("Use AsValuedNode().AsDecimal() instead")]
public static decimal ToDecimal(
	ILiteralNode n
)

Parameters

n
Type: VDS.RDFILiteralNode
Literal Node.

Return Value

Type: Decimal

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.ToDecimal(VDS.RDF.ILiteralNode)"]

See Also