Click or drag to resize

FileFilterDescriptorContainsExtension Method

Gets whether this descriptor matches the specified file extension.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool ContainsExtension(
	string extension
)

Parameters

extension  String
The file extension starting with ..

Return Value

Boolean
if the descriptor contains the specified extension; otherwise, .
See Also