Click or drag to resize

TurtleSpecsHelperIsValidDouble Method

Determines whether a given String is a valid Double.

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

Parameters

value
Type: SystemString
String to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsValidDouble(System.String)"]

See Also