FileNameGetExtension Method |
Gets the file extension.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetExtension()
Return Value
StringThe file extension, including the leading period if present.
Remarks
Corresponds to System.IO.Path.GetExtension
See Also