Click or drag to resize

Import(TextReader) Constructor

Imports a Jcamp file into an DataTable. The file must not be a multi spectrum file (an exception is thrown in this case).

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Import(
	TextReader tr
)

Parameters

tr  TextReader
A TextReader where to import from.

Return Value

Null if successful, otherwise an error description.
See Also