IProjectServiceIsProjectFileExtension Method |
Determines whether the provided file extension is a project extension.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 extension; otherwise,
false.
See Also