ICustomParser class

ICustomParser class

Allows users to add their custom value parser for parsing string values to other proper cell value object.

The ICustomParser type exposes the following members:

Methods

MethodDescription
parse_object(self, value)Parses given string to proper value object.
get_format(self)Gets the formatting pattern corresponding to the parsed value by last invocation of ICustomParser.parse_object.

See Also