parse method
parse
Converts the string representation of a point to its class equivalent.
Returns
An instance of Point 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 point to convert. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | s does not represent a point in a valid format. |
See Also
- module
groupdocs.parser.data - class
Point