Click or drag to resize

AsciiLineAnalysisIsIntegral Method

Tests if the string s is an integral numeric value.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsIntegral(
	string s,
	CultureInfo numberFormat
)

Parameters

s  String
The string to test.
numberFormat  CultureInfo
Culture info used to decide if s is an integer.

Return Value

Boolean
true if the string can be parsed as an integer; otherwise, false.
See Also