op_Explicit
EBookFormats Explicit operator
Converts a string representing a file extension to a EBookFormats
object.
public static explicit operator EBookFormats(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. |
Return Value
A EBookFormats
object corresponding to the specified file extension.
Exceptions
exception | condition |
---|---|
EBookFormats | Thrown when the specified file extension is null. |
See Also
- class EBookFormats
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor