Click or drag to resize

FileIOHelperGetFilterDescriptionForExtensions Method

Converts the file extensions to file filter.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static (string Filter, string Description) GetFilterDescriptionForExtensions(
	(IReadOnlyList<string> Extensions, string Description) value
)

Parameters

value  ValueTupleIReadOnlyListString, String
The value, containing the file extensions and the description.

Return Value

ValueTupleString, String
File filter (which are the file extensions prepended with a joker star), and separated by a semicolon. The description is left unchanged.
See Also