Method StripExtension
StripExtension(String)
Removes the extension (anything after the first '.'), otherwise returns the original filename.
Declaration
public static string StripExtension(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Returns
Type | Description |
---|---|
System.String |