Click or drag to resize

IDataFileImporterGetFileExtensions Method

Gets the file extensions.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
(IReadOnlyList<string> FileExtensions, string Explanation) GetFileExtensions()

Return Value

ValueTupleIReadOnlyListString, String
A list of file extensions (with dot), and the explanation.
See Also