Click or drag to resize

SparqlSpecsHelperGetNumericTypeFromDataTypeUri Method (String)

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(
	string dtUri
)

Parameters

dtUri
Type: SystemString
Data Type Uri as a String.

Return Value

Type: SparqlNumericType

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

See Also