NumberFormatInfo Members
The NumberFormatInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NumberFormatInfo |
Initializes a new writable instance of the NumberFormatInfo class that is culture-independent (invariant).
|
Properties
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.
|
![]() ![]() |
InvariantInfo |
Gets a read-only NumberFormatInfo object that is culture-independent (invariant).
|
![]() |
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.
|
![]() |
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.
|
![]() |
PositiveInfinitySymbol |
Gets or sets the string that represents positive infinity.
|
![]() |
PositiveSign |
Gets or sets the string that denotes that the associated number is positive.
|