NumberFormatInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The NumberFormatInfo type exposes the following members.
| 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 object that contains numeric formatting information for the current culture. |
|
InvariantInfo | Gets the default read-only NumberFormatInfo object that is culture-independent (invariant). |
|
IsReadOnly | Gets a value indicating whether the NumberFormatInfo object 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 indicates that a 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. |
Show: