Overload List

  NameDescription
Public methodDecimalFormat()()()()
Initializes a new instance of the DecimalFormat class with the Precision set to 2, ShortForm set to false and ShowZero set to true.
Public methodDecimalFormat(IFormatProvider)
Initializes a new instance of the DecimalFormat class.
Public methodDecimalFormat(Int32)
Initializes a new instance of the DecimalFormat class.
Public methodDecimalFormat(DecimalFormat)
Copy constructor. Copies all fields from the original format.
Public methodDecimalFormat(Int32, IFormatProvider)
Initializes a new instance of the DecimalFormat class.
Public methodDecimalFormat(Int32, Boolean, Boolean)
Initializes a new instance of the DecimalFormat class.
Public methodDecimalFormat(Int32, Boolean, Boolean, IFormatProvider)
Initializes a new instance of the DecimalFormat class.

See Also