Bridge

NumberFormatInfo Members

The NumberFormatInfo type exposes the following members.

Constructors


  Name Description
Public method NumberFormatInfo
Initializes a new writable instance of the NumberFormatInfo class that is culture-independent (invariant).

Methods


  Name Description
Public method Clone
Creates a shallow copy of the NumberFormatInfo object.
Public method GetFormat

Properties


  Name Description
Public property CurrencyDecimalDigits
Gets or sets the number of decimal places to use in currency values.
Public property CurrencyDecimalSeparator
Gets or sets the string to use as the decimal separator in currency values.
Public property CurrencyGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in currency values.
Public property CurrencyGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in currency values.
Public property CurrencyNegativePattern
Gets or sets the format pattern for negative currency values.
Public property CurrencyPositivePattern
Gets or sets the format pattern for positive currency values.
Public property CurrencySymbol
Gets or sets the string to use as the currency symbol.
Public property Static member CurrentInfo
Gets a read-only NumberFormatInfo that formats values based on the current culture.
Public property Static member InvariantInfo
Gets a read-only NumberFormatInfo object that is culture-independent (invariant).
Public property NaNSymbol
Gets or sets the string that represents the IEEE NaN (not a number) value.
Public property NegativeInfinitySymbol
Gets or sets the string that represents negative infinity.
Public property NegativeSign
Gets or sets the string that denotes that the associated number is negative.
Public property NumberDecimalDigits
Gets or sets the number of decimal places to use in numeric values.
Public property NumberDecimalSeparator
Gets or sets the string to use as the decimal separator in numeric values.
Public property NumberGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.
Public property NumberGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in numeric values.
Public property PercentDecimalDigits
Gets or sets the number of decimal places to use in percent values.
Public property PercentDecimalSeparator
Gets or sets the string to use as the decimal separator in percent values.
Public property PercentGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
Public property PercentGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in percent values.
Public property PercentNegativePattern
Gets or sets the format pattern for negative percent values.
Public property PercentPositivePattern
Gets or sets the format pattern for positive percent values.
Public property PercentSymbol
Gets or sets the string to use as the percent symbol.
Public property PositiveInfinitySymbol
Gets or sets the string that represents positive infinity.
Public property PositiveSign
Gets or sets the string that denotes that the associated number is positive.