TryParse
Leave feedback
On this page
Tries to parse a specified string as a Length value, including its numeric value and unit name
public static bool TryParse(string input, out Length result)
| Parameter | Type | Description |
|---|---|---|
| input | String | Input string, that should be parsed |
| result | Length& | Output parameter, that contains a result of parsing. If parsing is unsuccessful, contains a default Length value — a unitless zero. |
True if parsing is successful, false if unsuccessful
- struct Length
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- 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.