GeneralFormatter Class Members
In This Topic
The following tables list the members exposed by GeneralFormatter.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| Clone | Creates a new object that is a copy of the current instance. |
| Equals | Determines whether the specified formatter is equal to the current formatter. |
| Format | Overloaded. Formats the specified object as a string with a conditional color. |
| GetFormatType | Gets the preferred formatter type for a specified object. |
| GetHashCode | Serves as a hash function for a particular type. |
| GetPreferredDisplayFormatter | Overloaded. Gets the preferred display format string. |
| GetPreferredEditingFormatter | Gets the preferred editing formatter. |
| Parse | Parses a specified string to an object. |
Top
Public Events
| Name | Description |
| PropertyChanged | Occurs when a formatter property is changed. |
Top
See Also