GeneralFormatter Class Members
In This Topic
The following tables list the members exposed by GeneralFormatter.
Public Constructors
Public Properties
| Name | Description |
 | DateTimeFormat | Gets or sets the format for displaying dates and times. |
 | FormatString | Gets or sets the format string used to format the date value. |
 | IsDateFormat | Gets whether the format string being used is a date-time format string. |
 | NumberFormat | Gets or sets the format for displaying currency values. |
Top
Public Methods
| Name | Description |
 | Format | Formats the object to a string. |
 | Parse | Parses the string to an object and returns the result. |
 | SetFormatString | Sets the format string used to format values. |
Top
See Also