Extension

FileType.Extension property

获取文件名后缀(包括句点“.”),例如,“.doc”.

public string Extension { get; }

适当的价值

文件名后缀(包括句点“.”)。

也可以看看