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_objectParses given string to proper value object.
get_formatGets the formatting pattern corresponding to the parsed value by last invocation of ICustomParser.parse_object.

See Also