ICustomParser.ParseObject
ICustomParser.ParseObject method
Parses given string to proper value object.
public object ParseObject(string value)
Parameter | Type | Description |
---|---|---|
value | String | The string value to be parsed |
Return Value
Parsed value object from given string. If given string cannot be parsed to proper value object, returns null.
See Also
- interface ICustomParser
- namespace Aspose.Cells
- assembly Aspose.Cells