FileNameHasExtension Method |
Gets whether this file name has the specified extension.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool HasExtension(
string extension
)
Parameters
- extension String
- The extension to compare against, including the leading period.
Return Value
Boolean if this file name has the specified extension; otherwise,
.
See Also