Click or drag to resize

FileNameGetExtension Method

Gets the file extension.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetExtension()

Return Value

String
The file extension, including the leading period if present.
Remarks
Corresponds to System.IO.Path.GetExtension
See Also