AsciiDocumentAnalysisInternalAnalyze Method |
Analyzes the first
of the ascii stream.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void 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.
See Also