Bir sonraki için en iyisini yap...
string myFilePath = @"C:\MyFile.txt"; string ext = Path.GetExtension(myFilePath); // ext would be ".txt"
Yukarıdaki kodla dosya yolundan uzantıyı bulabilirsiniz.
C#,MVC,MSSQL,Windows Forms