The members of System.Globalization.NumberFormatInfo are listed below.
See Also: Inherited members from System.Object
Initializes a new writable instance of the System.Globalization.NumberFormatInfo class that is culture-independent (invariant). |
CurrencyDecimalDigits | int.
Gets or sets the number of decimal places to use in currency values. | |
CurrencyDecimalSeparator | string.
Gets or sets the string to use as the decimal separator in currency values. | |
CurrencyGroupSeparator | string.
Gets or sets the string that separates groups of digits to the left of the decimal in currency values. | |
CurrencyGroupSizes | int[].
Gets or sets the number of digits in each group to the left of the decimal in currency values. | |
CurrencyNegativePattern | int.
Gets or sets the format pattern for negative currency values. | |
CurrencyPositivePattern | int.
Gets or sets the format pattern for positive currency values. | |
CurrencySymbol | string.
Gets or sets the string to use as the currency symbol. | |
[read-only] static | CurrentInfo | NumberFormatInfo.
Gets a read-only System.Globalization.NumberFormatInfo that formats values based on the current culture. |
DigitSubstitution | DigitShapes.
Gets or sets a value that specifies how the graphical user interface displays the shape of a digit. | |
[read-only] static | InvariantInfo | NumberFormatInfo.
Gets a read-only System.Globalization.NumberFormatInfo object that is culture-independent (invariant). |
[read-only] | IsReadOnly | bool.
Gets a value that indicates whether this System.Globalization.NumberFormatInfo object is read-only. |
NaNSymbol | string.
Gets or sets the string that represents the IEEE NaN (not a number) value. | |
NativeDigits | string[].
Gets or sets a string array of native digits equivalent to the Western digits 0 through 9. | |
NegativeInfinitySymbol | string.
Gets or sets the string that represents negative infinity. | |
NegativeSign | string.
Gets or sets the string that denotes that the associated number is negative. | |
NumberDecimalDigits | int.
Gets or sets the number of decimal places to use in numeric values. | |
NumberDecimalSeparator | string.
Gets or sets the string to use as the decimal separator in numeric values. | |
NumberGroupSeparator | string.
Gets or sets the string that separates groups of digits to the left of the decimal in numeric values. | |
NumberGroupSizes | int[].
Gets or sets the number of digits in each group to the left of the decimal in numeric values. | |
NumberNegativePattern | int.
Gets or sets the format pattern for negative numeric values. | |
PercentDecimalDigits | int.
Gets or sets the number of decimal places to use in percent values. | |
PercentDecimalSeparator | string.
Gets or sets the string to use as the decimal separator in percent values. | |
PercentGroupSeparator | string.
Gets or sets the string that separates groups of digits to the left of the decimal in percent values. | |
PercentGroupSizes | int[].
Gets or sets the number of digits in each group to the left of the decimal in percent values. | |
PercentNegativePattern | int.
Gets or sets the format pattern for negative percent values. | |
PercentPositivePattern | int.
Gets or sets the format pattern for positive percent values. | |
PercentSymbol | string.
Gets or sets the string to use as the percent symbol. | |
PerMilleSymbol | string.
Gets or sets the string to use as the per mille symbol. | |
PositiveInfinitySymbol | string.
Gets or sets the string that represents positive infinity. | |
PositiveSign | string.
Gets or sets the string that denotes that the associated number is positive. |
Clone()
| ||
GetFormat(Type)
| ||
static | GetInstance(IFormatProvider)
| |
static | ReadOnly(NumberFormatInfo)
|