TryParse
Leave feedback
On this page
Tries to parse a specified string and return a valid FontWeight instance on success
public static bool TryParse(string input, out FontWeight result)
| Parameter | Type | Description |
|---|---|---|
| input | String | Input string to parse |
| result | FontWeight& | Valid FontWeight value on success or Normal on failure |
Success (true) or failure (false) of the parsing
- struct FontWeight
- namespace GroupDocs.Editor.HtmlCss.Css.Properties
- 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.