op_Implicit
implicit operator
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. |
Return Value
The unique identifier of the FormatFamilyBase instance.
See Also
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
implicit operator
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. |
Return Value
The name of the FormatFamilyBase instance.
See Also
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor