OmnicSPAImporterImport(Stream, DataTable) Method |
Imports SPA data from a stream into a
DataTable.
Namespace: Altaxo.Serialization.OmnicAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? Import(
Stream stream,
DataTable table
)
Parameters
- stream Stream
- The stream that contains the SPA data.
- table DataTable
- The table.
Return Value
StringThe error message if importing fails; otherwise,
.
See Also