Click or drag to resize

AsciiLineAnalysisIsNumeric Method

Tests if the string s is numeric. This is a very generic test here. We accept dots and commas as decimal separators, because the decimal separator statistics is made afterwards.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsNumeric(
	string s,
	CultureInfo numberFormat
)

Parameters

s  String
numberFormat  CultureInfo
Culture info used to decide if s is a number.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Serialization.Ascii.AsciiLineAnalysis.IsNumeric(System.String,System.Globalization.CultureInfo)"]

See Also