Click or drag to resize

ChadaImportImportRamanCHADA(String, DataTable) Method

Imports a single RamanChada file.

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? ImportRamanCHADA(
	string fileName,
	DataTable dataTable
)

Parameters

fileName  String
Name of the file.
dataTable  DataTable
The data table to write the data to.

Return Value

String
Null if successful; otherwise the error message.
See Also