Mono Class Library: Overview

System.Globalization.NumberFormatInfo: Property Members

The properties of System.Globalization.NumberFormatInfo are listed below. For a list of all members, see the NumberFormatInfo Members list.

See Also: Inherited members from System.Object

Public Properties

CurrencyDecimalDigitsint. Gets or sets the number of decimal places in currency values.
CurrencyDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator in currency values.
CurrencyGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in currency values.
CurrencyGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point in currency values.
CurrencyNegativePatternint. Gets or sets the format of negative currency values.
CurrencyPositivePatternint. Gets or sets the format of positive currency values.
CurrencySymbolstring. Gets or sets the currency symbol.
[read-only]
static
CurrentInfoNumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information for the current system culture.
DigitSubstitutionDigitShapes. Documentation for this section has not yet been entered.
[read-only]
static
InvariantInfoNumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information that is culture-independent and does not change.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
NaNSymbolstring. Gets or sets the symbol that represents NaN (Not-a-Number) floating-point values.
NativeDigitsstring[]. Documentation for this section has not yet been entered.
NegativeInfinitySymbolstring. Gets or sets the symbol that represents negative infinity.
NegativeSignstring. Gets or sets the symbol used to represent negative values.
NumberDecimalDigitsint. Gets or sets the number of decimal places for numeric values.
NumberDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator for numeric values.
NumberGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point for numeric values.
NumberGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point for numeric values.
NumberNegativePatternint. Gets or sets the format of negative values.
PercentDecimalDigitsint. Gets or sets the number of decimal places in percent values.
PercentDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator in percent values.
PercentGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in percent values.
PercentGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point in percent values.
PercentNegativePatternint. Gets or sets the format of negative percent values.
PercentPositivePatternint. Gets or sets the format of positive percent values.
PercentSymbolstring. Gets or sets the symbol that represents percentage values.
PerMilleSymbolstring. Gets or sets the per mille symbol.
PositiveInfinitySymbolstring. Gets or sets the symbol that represents positive infinity.
PositiveSignstring. Gets or sets the symbol used to represent positive values.