[]
Formats currency values.
public class CurrencyFormatter : IEnhancedFormatter, IFormatter
Public Class CurrencyFormatter
Implements IEnhancedFormatter, IFormatter
Name | Description |
---|---|
CurrencyFormatter() | Creates a new currency cell renderer control to display formatted currency values in a cell. |
Name | Description |
---|---|
FixedPoint | Gets or sets whether to display placeholder zeros in the decimal portion of the number for a fixed-point numeric display. |
NumberFormat | Gets or sets the number formatting information to format the currency value. |
Name | Description |
---|---|
Format(object) | Gets the format used for the specified currency value. |
Parse(string) | Parses the specified string to return a currency value. |