Click or drag to resize

DataFileImporterBaseGetDataFileImporterForFile Method

Gets the data file importer for the provided file, or null if no appropriate importer could be found.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static IDataFileImporter? GetDataFileImporterForFile(
	string fileName,
	IReadOnlyList<IDataFileImporter> importers
)

Parameters

fileName  String
Name of the file.
importers  IReadOnlyListIDataFileImporter
All available data file importers.

Return Value

IDataFileImporter
The importer that is able to import the file, or null if no such importer could be found.
See Also