PercentNumericFormat Members
In This Article
#Constructors
Name | Description |
---|---|
Percent |
Initializes a new instance of the Percent |
#Properties
Name | Description |
---|---|
Currency |
Gets or sets the name of a culture that defines the currency symbol and format.
Inherited from Data |
Custom |
Gets or sets a custom format string.
Inherited from Data |
Format |
Gets or sets the format type for numeric values.
Inherited from Data |
Include |
Gets or sets whether separators should be inserted between digit groups.
Inherited from Data |
Precision |
Gets or sets the number of fractional digits that should be displayed.
Inherited from Data |
Unit |
Gets or sets the unit to which numeric values should be converted.
Inherited from Data |
#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