Mono Class Library: System.Globalization.NumberFormatInfo Overview | MembersSystem.Globalization.NumberFormatInfo.InvariantInfo Property |
Gets a System.Globalization.NumberFormatInfo instance containing formatting information that is culture-independent and does not change. [Edit]
|
A read-only System.Globalization.NumberFormatInfo with property values which are universally supported. The property values of the returned System.Globalization.NumberFormatInfo are not impacted by changes to the current culture. [Edit]
This property is read-only.
The following table lists the property values of the System.Globalization.NumberFormatInfo returned by this property.
[Edit]
Property Default Description CurrencyDecimalDigits 2 The number of decimal places in currency values. CurrencyDecimalSeparator "." The string used as the decimal separator in currency values. CurrencyGroupSeparator "," The string used to separate groups of digits to the left of the decimal point in currency values. CurrencyGroupSizes 3 The number of digits in each group to the left of the decimal point in currency values. CurrencyNegativePattern 0 The format of negative currency values. CurrencyPositivePattern 0 The format of positive currency values. CurrencySymbol 0x00a4 The Unicode currency symbol. NaNSymbol "NaN" The string used to represent undefined floating-point values. NegativeInfinitySymbol "-Infinity" The string used to represent negative infinities. NegativeSign "-" The string used to indicate negative values. NumberDecimalDigits 2 The default number of decimal places. NumberDecimalSeparator "." The string used as the decimal separator. NumberGroupSeparator "," The string used to separate groups of digits to the left of the decimal point. NumberGroupSizes 3 The number of digits in each group to the left of the decimal point. NumberNegativePattern 1 The format of negative values. PercentDecimalDigits 2 The default number of decimal places in percent values. PercentDecimalSeparator "." The string used as the decimal separator in percent values. PercentGroupSeparator "," The string used to separate groups of digits to the left of the decimal point in percent values. PercentGroupSizes 3 The number of digits in each group to the left of the decimal in percent values. PercentNegativePattern 0 The format of negative percent values. PercentPositivePattern 0 The format of positive percent values. PercentSymbol "%" The percent symbol. PerMilleSymbol "" The per mille symbol. PositiveInfinitySymbol "Infinity" The string used to represent positive infinities. PositiveSign "+" The string used to indicate positive values.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0