NumberConversionIsDouble(String) Method |
Determines whether the specified text can be parsed as a double using invariant culture.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsDouble(
string? txt
)
Parameters
- txt String
- The text to parse.
Return Value
Booleantrue if parsing succeeded; otherwise,
false.
See Also