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.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool IsProjectFileExtension(
string extension
)
Parameters
- extension String
- The file extension (with point as the first character).
Return Value
Booleantrue if the specified extension is a project file extension; otherwise,
false.
Implements
IProjectServiceIsProjectFileExtension(String)See Also