Click or drag to resize

IProjectServiceIsProjectFileExtension Method

Determines whether the provided file extension is a project extension.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsProjectFileExtension(
	string extension
)

Parameters

extension  String
The file extension (with point as the first character).

Return Value

Boolean
true if the specified extension is a project extension; otherwise, false.
See Also