FileIOHelperGetFilterDescriptionForExtensions Method |
Converts the file extensions to file filter.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax 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,
StringFile filter (which are the file extensions prepended with a joker star), and separated by a semicolon. The description is left unchanged.
See Also