Click or drag to resize

JcampReaderBlock 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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public Block(
	TextReader tr
)

Parameters

tr  TextReader
A TextReader where to import from.

Return Value

Null if successful, otherwise an error description.
See Also