Parse
Leave feedback
On this page
Converts the string representation of a size to its class equivalent.
public static Size Parse(string s)
| Parameter | Type | Description |
|---|---|---|
| s | String | A string that contains a size to convert. |
An instance of Size class that is equivalent to the value specified in s parameter.
| exception | condition |
|---|---|
| ArgumentException | s does not represent a size in a valid format. |
- class Size
- namespace GroupDocs.Parser.Data
- 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.