NumberFormatInfo Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CurrencyDecimalDigits | Gets or sets the number of decimal places to use in currency values. |
![]() | CurrencyDecimalSeparator | Gets or sets the string to use as the decimal separator in currency values. |
![]() | CurrencyGroupSeparator | Gets or sets the string that separates groups of digits to the left of the decimal in currency values. |
![]() | CurrencyGroupSizes | Gets or sets the number of digits in each group to the left of the decimal in currency values. |
![]() | CurrencyNegativePattern | Gets or sets the format pattern for negative currency values. |
![]() | CurrencyPositivePattern | Gets or sets the format pattern for positive currency values. |
![]() | CurrencySymbol | Gets or sets the string to use as the currency symbol. |
![]() ![]() | CurrentInfo | Gets a read-only NumberFormatInfo that formats values based on the current culture. |
![]() | DigitSubstitution | Gets or sets a value that specifies how the graphical user interface displays the shape of a digit. |
![]() ![]() | InvariantInfo | Gets a read-only NumberFormatInfo object that is culture-independent (invariant). |
![]() | IsReadOnly | Gets a value that indicates whether this NumberFormatInfo object is read-only. |
![]() | NaNSymbol | Gets or sets the string that represents the IEEE NaN (not a number) value. |
![]() | NativeDigits | Gets or sets a string array of native digits equivalent to the Western digits 0 through 9. |
![]() | NegativeInfinitySymbol | Gets or sets the string that represents negative infinity. |
![]() | NegativeSign | Gets or sets the string that denotes that the associated number is negative. |
![]() | NumberDecimalDigits | Gets or sets the number of decimal places to use in numeric values. |
![]() | NumberDecimalSeparator | Gets or sets the string to use as the decimal separator in numeric values. |
![]() | NumberGroupSeparator | Gets or sets the string that separates groups of digits to the left of the decimal in numeric values. |
![]() | NumberGroupSizes | Gets or sets the number of digits in each group to the left of the decimal in numeric values. |
![]() | NumberNegativePattern | Gets or sets the format pattern for negative numeric values. |
![]() | PercentDecimalDigits | Gets or sets the number of decimal places to use in percent values. |
![]() | PercentDecimalSeparator | Gets or sets the string to use as the decimal separator in percent values. |
![]() | PercentGroupSeparator | Gets or sets the string that separates groups of digits to the left of the decimal in percent values. |
![]() | PercentGroupSizes | Gets or sets the number of digits in each group to the left of the decimal in percent values. |
![]() | PercentNegativePattern | Gets or sets the format pattern for negative percent values. |
![]() | PercentPositivePattern | Gets or sets the format pattern for positive percent values. |
![]() | PercentSymbol | Gets or sets the string to use as the percent symbol. |
![]() | PerMilleSymbol | Gets or sets the string to use as the per mille symbol. |
![]() | PositiveInfinitySymbol | Gets or sets the string that represents positive infinity. |
![]() | PositiveSign | Gets or sets the string that denotes that the associated number is positive. |

