Click or drag to resize

NumberConversionIsNumeric Method

Tests if the provided string represents a number.

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

Parameters

txt  String
The string to test.

Return Value

Boolean
True if the string represents a number.
See Also