Overload List

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

See Also