Method GetExtension
GetExtension(String)
Return the extension (anything after the first '.'), or null if there is no '.' in the file name.
Declaration
public static string GetExtension(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Returns
Type | Description |
---|---|
System.String |