[]
Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting cell contents.
public interface IFormatter
Public Interface IFormatter
| Name | Description |
|---|---|
| Format(object) | Formats the specified object as a string. |
| Parse(string) | Parses the specified string into the desired object. |