TryParse
Leave feedback
On this page
Converts the string representation of edges to its class equivalent. A return value indicates whether the conversion is succeeded or failed.
public static bool TryParse(string s, out TemplateLinkedPositionEdges edges)
| Parameter | Type | Description |
|---|---|---|
| s | String | A string containing edges to convert. |
| edges | TemplateLinkedPositionEdges& | When the method returns, it contains the instance of TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter, if the conversion is succeeded; otherwise, null. |
true if s is converted successfully; otherwise, false.
- class TemplateLinkedPositionEdges
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
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.