op_Explicit
Leave feedback
On this page
Converts a string representing a format family name to a FormatFamilyBase object.
public static explicit operator FormatFamilyBase(string family)
| Parameter | Type | Description |
|---|---|---|
| family | String | The name of the format family to convert. |
A FormatFamilyBase object corresponding to the specified format family name.
| exception | condition |
|---|---|
| ArgumentException | Thrown when the specified format family name is invalid. |
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Converts an integer representing a format family ID to a FormatFamilyBase object.
public static explicit operator FormatFamilyBase(int id)
| Parameter | Type | Description |
|---|---|---|
| id | Int32 | The ID of the format family to convert. |
A FormatFamilyBase object corresponding to the specified format family ID.
| exception | condition |
|---|---|
| ArgumentException | Thrown when the specified format family ID is invalid. |
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- 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.