AsciiDocumentAnalysisInternalAnalyze Method |
Analyzes the first nLines of the ASCII stream.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
AsciiImportOptionsImport 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