FileFilterDescriptorContainsExtension Method |
Gets whether this descriptor matches the specified file extension.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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