NumberConversionIsNumeric Method |
Tests if the provided string represents a number.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsNumeric(
string? txt
)
Parameters
- txt String
- The string to test.
Return Value
BooleanTrue if the string represents a number.
See Also