Click or drag to resize

OmnicSPGImportDataSourceGetFileExtensions Method

Gets the supported file extensions and their explanation.

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

Return Value

ValueTupleIReadOnlyListString, String
A tuple containing the supported file extensions and an explanation.
See Also