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.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasExtension(
	string extension
)

Parameters

extension  String

[Missing <param name="extension"/> documentation for "M:Altaxo.Main.Services.FileName.HasExtension(System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.FileName.HasExtension(System.String)"]

See Also