FromValue
Leave feedback
On this page
Retrieves an instance of the specified type T that has the specified identifier.
public static T FromValue<T>(int value)
where T : FormatFamilyBase
| Parameter | Description |
|---|---|
| T | The type of format family. |
| value | The identifier of the format family. |
An instance of the specified type T with the specified identifier.
| exception | condition |
|---|---|
| InvalidOperationException | Thrown when no matching format family is found. |
- 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.