| Name | Description |
 | CurrencyDecimalDigits |
Indicates 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.
|
 | IsReadOnly |
Gets a value indicating whether the NumberFormatInfo is read-only.
|
 | NanSymbol |
Gets or sets the string that represents the IEEE NaN (not a number) value.
|
 | 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.
|