NumberFormatInfo Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The NumberFormatInfo type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyDecimalDigits Gets or sets the number of decimal places to use in currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyDecimalSeparator Gets or sets the string to use as the decimal separator in currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyGroupSeparator Gets or sets the string that separates groups of digits to the left of the decimal in currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyGroupSizes Gets or sets the number of digits in each group to the left of the decimal in currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyNegativePattern Gets or sets the format pattern for negative currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencyPositivePattern Gets or sets the format pattern for positive currency values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrencySymbol Gets or sets the string to use as the currency symbol.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentInfo Gets a read-only NumberFormatInfo object that contains numeric formatting information for the current culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvariantInfo Gets the default read-only NumberFormatInfo object that is culture-independent (invariant).
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsReadOnly Gets a value indicating whether the NumberFormatInfo object is read-only.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NaNSymbol Gets or sets the string that represents the IEEE NaN (not a number) value.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NegativeInfinitySymbol Gets or sets the string that represents negative infinity.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NegativeSign Gets or sets the string that indicates that a number is negative.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberDecimalDigits Gets or sets the number of decimal places to use in numeric values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberDecimalSeparator Gets or sets the string to use as the decimal separator in numeric values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberGroupSeparator Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberGroupSizes Gets or sets the number of digits in each group to the left of the decimal in numeric values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberNegativePattern Gets or sets the format pattern for negative numeric values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentDecimalDigits Gets or sets the number of decimal places to use in percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentDecimalSeparator Gets or sets the string to use as the decimal separator in percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentGroupSeparator Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentGroupSizes Gets or sets the number of digits in each group to the left of the decimal in percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentNegativePattern Gets or sets the format pattern for negative percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentPositivePattern Gets or sets the format pattern for positive percent values.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PercentSymbol Gets or sets the string to use as the percent symbol.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PerMilleSymbol Gets or sets the string to use as the per mille symbol.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PositiveInfinitySymbol Gets or sets the string that represents positive infinity.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 PositiveSign Gets or sets the string that denotes that the associated number is positive.

Top