SparqlSpecsHelperIsDecimal Method  | 
 
            Checks whether the given value is a valid Decimal Literal in Sparql.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool IsDecimal(
	string value
)
Public Shared Function IsDecimal ( 
	value As String
) As Boolean
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