Mono Class Library: Overview

System.Globalization.NumberFormatInfo: Members

The members of System.Globalization.NumberFormatInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Globalization.NumberFormatInfo class.

Public Properties

CurrencyDecimalDigitsint. Gets or sets the number of decimal places in currency values.
CurrencyDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator in currency values.
CurrencyGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in currency values.
CurrencyGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point in currency values.
CurrencyNegativePatternint. Gets or sets the format of negative currency values.
CurrencyPositivePatternint. Gets or sets the format of positive currency values.
CurrencySymbolstring. Gets or sets the currency symbol.
[read-only]
static
CurrentInfoNumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information for the current system culture.
DigitSubstitutionDigitShapes. Documentation for this section has not yet been entered.
[read-only]
static
InvariantInfoNumberFormatInfo. Gets a System.Globalization.NumberFormatInfo instance containing formatting information that is culture-independent and does not change.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
NaNSymbolstring. Gets or sets the symbol that represents NaN (Not-a-Number) floating-point values.
NativeDigitsstring[]. Documentation for this section has not yet been entered.
NegativeInfinitySymbolstring. Gets or sets the symbol that represents negative infinity.
NegativeSignstring. Gets or sets the symbol used to represent negative values.
NumberDecimalDigitsint. Gets or sets the number of decimal places for numeric values.
NumberDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator for numeric values.
NumberGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point for numeric values.
NumberGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point for numeric values.
NumberNegativePatternint. Gets or sets the format of negative values.
PercentDecimalDigitsint. Gets or sets the number of decimal places in percent values.
PercentDecimalSeparatorstring. Gets or sets the symbol used as the decimal separator in percent values.
PercentGroupSeparatorstring. Gets or sets the symbol used to separate groups of digits to the left of the decimal point in percent values.
PercentGroupSizesint[]. Gets or sets the number of digits in each group to the left of the decimal point in percent values.
PercentNegativePatternint. Gets or sets the format of negative percent values.
PercentPositivePatternint. Gets or sets the format of positive percent values.
PercentSymbolstring. Gets or sets the symbol that represents percentage values.
PerMilleSymbolstring. Gets or sets the per mille symbol.
PositiveInfinitySymbolstring. Gets or sets the symbol that represents positive infinity.
PositiveSignstring. Gets or sets the symbol used to represent positive values.

Public Methods

Clone() : object
Creates a copy of the current instance.
GetFormat(Type) : object
Returns an object of the specified type that provides formatting services.
static
GetInstance(IFormatProvider) : NumberFormatInfo
Documentation for this section has not yet been entered.
static
ReadOnly(NumberFormatInfo) : NumberFormatInfo
Creates a read-only copy of the specified System.Globalization.NumberFormatInfo instance.