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
CurrencyDecimalDigits int. Gets or sets the number of decimal places in currency values. CurrencyDecimalSeparator string. Gets or sets the symbol used as the decimal separator in currency values. CurrencyGroupSeparator string. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in currency values. CurrencyGroupSizes int[]. Gets or sets the number of digits in each group to the left of the decimal point in currency values. CurrencyNegativePattern int. Gets or sets the format of negative currency values. CurrencyPositivePattern int. Gets or sets the format of positive currency values. CurrencySymbol string. Gets or sets the currency symbol. [read-only] staticCurrentInfo NumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information for the current system culture. DigitSubstitution DigitShapes. Documentation for this section has not yet been entered. [read-only] staticInvariantInfo NumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information that is culture-independent and does not change. [read-only] IsReadOnly bool. Gets a value indicating whether the current instance is read-only. NaNSymbol string. Gets or sets the symbol that represents NaN (Not-a-Number) floating-point values. NativeDigits string[]. Documentation for this section has not yet been entered. NegativeInfinitySymbol string. Gets or sets the symbol that represents negative infinity. NegativeSign string. Gets or sets the symbol used to represent negative values. NumberDecimalDigits int. Gets or sets the number of decimal places for numeric values. NumberDecimalSeparator string. Gets or sets the symbol used as the decimal separator for numeric values. NumberGroupSeparator string. Gets or sets the symbol used to separate groups of digits to the left of the decimal point for numeric values. NumberGroupSizes int[]. Gets or sets the number of digits in each group to the left of the decimal point for numeric values. NumberNegativePattern int. Gets or sets the format of negative values. PercentDecimalDigits int. Gets or sets the number of decimal places in percent values. PercentDecimalSeparator string. Gets or sets the symbol used as the decimal separator in percent values. PercentGroupSeparator string. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in percent values. PercentGroupSizes int[]. Gets or sets the number of digits in each group to the left of the decimal point in percent values. PercentNegativePattern int. Gets or sets the format of negative percent values. PercentPositivePattern int. Gets or sets the format of positive percent values. PercentSymbol string. Gets or sets the symbol that represents percentage values. PerMilleSymbol string. Gets or sets the per mille symbol. PositiveInfinitySymbol string. Gets or sets the symbol that represents positive infinity. PositiveSign string. Gets or sets the symbol used to represent positive values.