Click or drag to resize

AsciiDocumentAnalysisInternalAnalyze Method

Analyzes the first nLines of the ASCII stream.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiImportOptions InternalAnalyze(
	AsciiImportOptions importOptions,
	Stream stream,
	AsciiDocumentAnalysisOptions analysisOptions
)

Parameters

importOptions  AsciiImportOptions
The import options. This can already contain known values. On return, this instance should be ready to be used to import ASCII data, i.e. all fields should contain values unequal to null.
stream  Stream
The ASCII stream to analyze.
analysisOptions  AsciiDocumentAnalysisOptions
Options that specify how many lines are analyzed, and what number formats and date/time formats will be tested.

Return Value

AsciiImportOptions
Import options that can be used in a following step to read in the ascii stream. If the stream contains no data, the returned import options will be not fully specified.
See Also