op_Implicit
Leave feedback
On this page
Converts a FormatFamilyBase instance to an integer implicitly.
public static implicit operator int(FormatFamilyBase family)
| Parameter | Type | Description |
|---|---|---|
| family | FormatFamilyBase | The FormatFamilyBase instance to convert. |
The unique identifier of the FormatFamilyBase instance.
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Converts a FormatFamilyBase instance to a string implicitly.
public static implicit operator string(FormatFamilyBase family)
| Parameter | Type | Description |
|---|---|---|
| family | FormatFamilyBase | The FormatFamilyBase instance to convert. |
The name of the FormatFamilyBase instance.
- 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.