Click or drag to resize

DataFileImporterBaseImport(String, Object) Method

Imports the specified file into the project.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public string? Import(
	string fileName,
	Object importOptions
)

Parameters

fileName  String
Name of the file.
importOptions  Object
The options for import.

Return Value

String
An error message, or null if successful.

Implements

IFileImporterImport(String, Object)
See Also