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
)
Public Shared Function IsFloat (
value As String
) As Boolean
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