AsciiImporterToArraysImportFromAsciiStream(Stream, String) Method |
Imports Ascii data from a stream into the data table.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ImportFromAsciiStream(
Stream stream,
string streamOriginHint
)
Parameters
- stream Stream
- The stream to import from.
- streamOriginHint String
- Designates a hint where the provided stream originates from. Can be Null if the origin is unknown.
See Also