Click or drag to resize

NumberConversionIsDouble(String) Method

Determines whether the specified text can be parsed as a double using invariant culture.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsDouble(
	string? txt
)

Parameters

txt  String
The text to parse.

Return Value

Boolean
true if parsing succeeded; otherwise, false.
See Also