NumberFormatAttribute Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the NumberFormatAttribute class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method NumberFormatAttribute() Initializes a new instance of the NumberFormatAttribute class.
Public method NumberFormatAttribute(array<KeyAttributePair<NumberFormatAttribute>[]) Initializes a new instance of the NumberFormatAttribute class with the specified array of KeyAttributePair<T> instances.
Public method NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>) Initializes a new instance of the NumberFormatAttribute class with the specified format string, precision, and scale.
Public method NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>, array<KeyAttributePair<NumberFormatAttribute>[]) Initializes a new instance of the NumberFormatAttribute class with the specified format string, precision, scale, and KeyAttributePair<T> instances.

Top

See Also

Reference

NumberFormatAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace