Click or drag to resize

AsciiGlobalStructureAnalysisTestForRepeatingWhiteSpaces Method

Tests if any of the lines contains at least two subsequent whitespaces.

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

Parameters

lines  ListString
The lines to test.

Return Value

Boolean
True if any of the lines contains at least two subsequent whitespaces.
See Also