How to get only File extension from path in c#

C# Code:

string FilePath ="D:\\images\\1.png";

string Extention = Path.GetExtension(FilePath);

Popular posts from this blog

File encryption using c#.net

How to create bootable pendrive using DOS