Horje
c# get file extension Code Example
c# get file extension
string myFilePath = @"C:\MyFile.txt";
string ext = Path.GetExtension(myFilePath);
// ext would be ".txt"
get file extension in c# file upload
string extension=System.IO.Path.GetExtension(file1.FileName);




Csharp

Related
add two numbers in c# Code Example add two numbers in c# Code Example
unity find closest point on line Code Example unity find closest point on line Code Example
Unity Bullet script Code Example Unity Bullet script Code Example
console.writeline Code Example console.writeline Code Example
c# list string initialize inline Code Example c# list string initialize inline Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9