Click or drag to resize

SparqlSpecsHelperIsDouble Method

Checks whether the given value is a valid Double Literal in Sparql.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsDouble(
	string value
)

Parameters

value
Type: SystemString
Value to test.

Return Value

Type: Boolean

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

See Also