Click or drag to resize

ProjectServiceBaseIsProjectFileExtension Method

Determines whether the provided file extension is a project file extension. This function uses the abstract function ProjectFileExtensions to determine if the given argument is a project file extension

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual 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 file extension; otherwise, false.

Implements

IProjectServiceIsProjectFileExtension(String)
See Also