Path.GetExtension Method
May 02, 2013
Returns the extension of the specified path string.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
- Type: System.String
The path string from which to get the extension.
Return Value
Type: System.StringA String containing the extension of the specified path (including the "."), null, or Empty. If path is null, GetExtension returns null. If path does not have extension information, GetExtension returns Empty.
| Exception | Condition |
|---|---|
| ArgumentException | path contains one or more of the invalid characters defined in GetInvalidPathChars. |