Interface ICustomParser

ICustomParser interface

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

public interface ICustomParser

Methods

NameDescription
GetFormat()Gets the formatting pattern corresponding to the parsed value by last invocation of ParseObject.
ParseObject(string)Parses given string to proper value object.

See Also