Click or drag to resize

AsciiGlobalStructureAnalysisTestForCommas Method

Tests if any of the lines contains a comma char.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool TestForCommas(
	List<string> lines
)

Parameters

lines  ListString
The lines to test.

Return Value

Boolean
True if any of the lines contains a tabulator char.
See Also