Click or drag to resize

AltaxoImporterGetFileExtensions Method

Gets the supported file extensions and their description.

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

Return Value

ValueTupleIReadOnlyListString, String
The supported file extensions and their description.
See Also