parse method
Leave feedback
On this page
Converts the string representation of a size to its class equivalent.
An instance of Size class that is equivalent to the value specified in s parameter.
def parse(self, s):
...
| Parameter | Type | Description |
|---|---|---|
| s | System.String | A string that contains a size to convert. |
| Exception | Description |
|---|---|
| ArgumentException | s does not represent a size in a valid format. |
- module
groupdocs.parser.data - class
Size
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.