FormatInfo Properties
Provides formatting settings.| Name | Description |
|---|---|
| AlwaysUseThreadFormat static | Gets or sets whether a value for the FormatInfo.Format property should be determined each time the property is accessed. |
| Empty static | Gets a FormatInfo object with default settings. |
| Format | Gets or sets the IFormatProvider object which specifies how values should be formatted. |
| FormatString | Gets the pattern for formatting values. |
| FormatType | Gets or sets the type of formatting specified by the current FormatInfo object. |
| IsEmpty | Tests whether properties of the current object are set to default values. |
See Also