parse_object method
parse_object(self, value)
Parses given string to proper value object.
Returns
Parsed value object from given string. If given string cannot be parsed to proper value object, returns null.
def parse_object(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The string value to be parsed |
See Also
- module
aspose.cells
- class
ICustomParser