DataItemNumericFormat Members
In This Article
#Properties
Name | Description |
---|---|
Currency |
Gets or sets the name of a culture that defines the currency symbol and format. |
Custom |
Gets or sets a custom format string. |
Format |
Gets or sets the format type for numeric values. |
Include |
Gets or sets whether separators should be inserted between digit groups. |
Precision | Gets or sets the number of fractional digits that should be displayed. |
Unit | Gets or sets the unit to which numeric values should be converted. |
#Methods
Name | Description |
---|---|
Begin |
Locks applying format settings until the Data |
End |
Applies changes made to format settings after the Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also