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