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 to use in currency values.

CurrencyDecimalSeparatorstring.

Gets or sets the string to use as the decimal separator in currency values.

CurrencyGroupSeparatorstring.

Gets or sets the string that separates groups of digits to the left of the decimal in currency values.

CurrencyGroupSizesint[].

Gets or sets the number of digits in each group to the left of the decimal in currency values.

CurrencyNegativePatternint.

Gets or sets the format pattern for negative currency values.

CurrencyPositivePatternint.

Gets or sets the format pattern for positive currency values.

CurrencySymbolstring.

Gets or sets the string to use as the currency symbol.

[read-only]
static
CurrentInfoNumberFormatInfo.

Gets a read-only System.Globalization.NumberFormatInfo that formats values based on the current culture.

DigitSubstitutionDigitShapes.

Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.

[read-only]
static
InvariantInfoNumberFormatInfo.

Gets a read-only System.Globalization.NumberFormatInfo object that is culture-independent (invariant).

[read-only]
IsReadOnlybool.

Gets a value that indicates whether this System.Globalization.NumberFormatInfo object is read-only.

NaNSymbolstring.

Gets or sets the string that represents the IEEE NaN (not a number) value.

NativeDigitsstring[].

Gets or sets a string array of native digits equivalent to the Western digits 0 through 9.

NegativeInfinitySymbolstring.

Gets or sets the string that represents negative infinity.

NegativeSignstring.

Gets or sets the string that denotes that the associated number is negative.

NumberDecimalDigitsint.

Gets or sets the number of decimal places to use in numeric values.

NumberDecimalSeparatorstring.

Gets or sets the string to use as the decimal separator in numeric values.

NumberGroupSeparatorstring.

Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.

NumberGroupSizesint[].

Gets or sets the number of digits in each group to the left of the decimal in numeric values.

NumberNegativePatternint.

Gets or sets the format pattern for negative numeric values.

PercentDecimalDigitsint.

Gets or sets the number of decimal places to use in percent values.

PercentDecimalSeparatorstring.

Gets or sets the string to use as the decimal separator in percent values.

PercentGroupSeparatorstring.

Gets or sets the string that separates groups of digits to the left of the decimal in percent values.

PercentGroupSizesint[].

Gets or sets the number of digits in each group to the left of the decimal in percent values.

PercentNegativePatternint.

Gets or sets the format pattern for negative percent values.

PercentPositivePatternint.

Gets or sets the format pattern for positive percent values.

PercentSymbolstring.

Gets or sets the string to use as the percent symbol.

PerMilleSymbolstring.

Gets or sets the string to use as the per mille symbol.

PositiveInfinitySymbolstring.

Gets or sets the string that represents positive infinity.

PositiveSignstring.

Gets or sets the string that denotes that the associated number is positive.