Click or drag to resize

AsciiLineAnalysis Constructor

Performs the analysis of a line with regard to different separation strategies.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiLineAnalysis(
	int nLine,
	string sLine,
	List<AsciiLineAnalysisOption> separationStrategies
)

Parameters

nLine  Int32
Line number.
sLine  String
The line to analyze.
separationStrategies  ListAsciiLineAnalysisOption
List of analysis options to test with the provided text line.
See Also