NumberConversionIsDouble(String, Double) 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,
out double? parsedNumber
)
Parameters
- txt String
- The text to parse.
- parsedNumber Double
- The parsed number.
Return Value
Booleantrue if parsing succeeded; otherwise,
false.
See Also