Click or drag to resize

AsciiImporterToArraysImportFromAsciiStream(Stream, String, AsciiImportOptions) Method

Imports Ascii data from a stream into the data table.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ImportFromAsciiStream(
	Stream stream,
	string streamOriginHint,
	out AsciiImportOptions importOptions
)

Parameters

stream  Stream
The stream to import from.
streamOriginHint  String
Designates a short hint where the provided stream originates from. Can be Null if the origin is unknown.
importOptions  AsciiImportOptions
On return, contains the recognized import options that were used to import from the provided stream.
See Also