Property Extension
Extension
Gets the file extension of the source, including the leading dot (e.g., ".jpg", ".png"), otherwise an empty string. File extensions are always lowercase.
Declaration
public string Extension { get; }
Property Value
| Type | Description |
|---|---|
| string |