Click or drag to resize

SparqlSpecsHelperIsFloat Method

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

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

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsFloat(System.String)"]

Return Value

Type: Boolean

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

See Also