TurtleSpecsHelperIsValidDecimal Method |
Determines whether a given String is a valid Decimal.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsValidDecimal(
string value
)
Public Shared Function IsValidDecimal (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
String to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsValidDecimal(System.String)"]
See Also