AsciiLineAnalysis Constructor |
Performs the analysis of a line with regard to different separation stragegies.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AsciiLineAnalysis(
int nLine,
string sLine,
List<AsciiLineAnalysisOption> separationStrategies
)
Parameters
- nLine Int32
- Line number.
- sLine String
- The line to analyse.
- separationStrategies ListAsciiLineAnalysisOption
- List of separation stragegies to test with the provided text line.
See Also