[]
Interface that supports formatting cell contents.
public interface IFormatter
Public Interface IFormatter
Name | Description |
---|---|
Format(object) | Formats the object as a string. |
Parse(string) | Parses the specified string to an object. |