Click or drag to resize

FileNameHasExtension Method

Gets whether this file name has the specified extension.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool HasExtension(
	string extension
)

Parameters

extension  String
The extension to compare against, including the leading period.

Return Value

Boolean
if this file name has the specified extension; otherwise, .
See Also