Click or drag to resize

SparqlSpecsHelperIsDecimal Method

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

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

Parameters

value
Type: SystemString
Value to test.

Return Value

Type: Boolean

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

See Also