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 | |
---|---|---|
NumberFormatAttribute() | Initializes a new instance of the NumberFormatAttribute class. | |
NumberFormatAttribute(array<KeyAttributePair<NumberFormatAttribute>[]) | Initializes a new instance of the NumberFormatAttribute class with the specified array of KeyAttributePair<T> instances. | |
NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>) | Initializes a new instance of the NumberFormatAttribute class with the specified format string, precision, and scale. | |
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