Overload List
Name | Description | |
---|---|---|
DecimalFormat()()()() |
Initializes a new instance of the DecimalFormat class with the Precision set to 2, ShortForm set to false and ShowZero set to true.
| |
DecimalFormat(IFormatProvider) |
Initializes a new instance of the DecimalFormat class.
| |
DecimalFormat(Int32) |
Initializes a new instance of the DecimalFormat class.
| |
DecimalFormat(DecimalFormat) |
Copy constructor. Copies all fields from the original format.
| |
DecimalFormat(Int32, IFormatProvider) |
Initializes a new instance of the DecimalFormat class.
| |
DecimalFormat(Int32, Boolean, Boolean) |
Initializes a new instance of the DecimalFormat class.
| |
DecimalFormat(Int32, Boolean, Boolean, IFormatProvider) |
Initializes a new instance of the DecimalFormat class.
|