TryParse
Leave feedback
On this page
Tries to parse specified raw string as a font style name
public static bool TryParse(string style, out FontStyles parsed)
| Parameter | Type | Description |
|---|---|---|
| style | String | String that should be parsed as a font style |
| parsed | FontStyles& | Parsed font style on success or Regular on failure |
true if string was successfully parsed as a correct font style; false otherwise
- struct FontStyles
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer
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.