Click or drag to resize

SparqlSpecsHelperGetNumericTypeFromDataTypeUri Method (Uri)

Determines the Sparql Numeric Type for a Literal based on its Data Type Uri.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static SparqlNumericType GetNumericTypeFromDataTypeUri(
	Uri dtUri
)

Parameters

dtUri
Type: SystemUri
Data Type Uri.

Return Value

Type: SparqlNumericType

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.GetNumericTypeFromDataTypeUri(System.Uri)"]

See Also