Click or drag to resize

IFileImporterImport 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#
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.
See Also