Click or drag to resize

OmnicSPAImporterImport(Stream, DataTable) Method

Imports SPA data from a stream into a DataTable.

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? Import(
	Stream stream,
	DataTable table
)

Parameters

stream  Stream
The stream that contains the SPA data.
table  DataTable
The table.

Return Value

String
The error message if importing fails; otherwise, .
See Also