op_Explicit
Leave feedback
On this page
Converts a string representing a file extension to a EmailFormats object.
public static explicit operator EmailFormats(string extension)
| Parameter | Type | Description |
|---|---|---|
| extension | String | The file extension to convert. If the extension contains multiple periods, the part after the last period is used. |
A EmailFormats object corresponding to the specified file extension.
| exception | condition |
|---|---|
| EmailFormats | Thrown when the specified file extension is null. |
- class EmailFormats
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.