Extension

FileType.Extension property

Gets the file name suffix (including the period “.”) e.g., “.doc”.

public string Extension { get; }

Property Value

The file name suffix (including the period “.”).

See Also