Java.Text.DecimalFormatSymbols: Property Members

The properties of Java.Text.DecimalFormatSymbols are listed below. For a list of all members, see the DecimalFormatSymbols Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

CurrencyJava.Util.Currency. Returns the currency.
CurrencySymbolstring. Returns the currency symbol.
DecimalSeparatorchar. Returns the character which represents the decimal point in a number.
Digitchar. Returns the character which represents a single digit in a format pattern.
ExponentSeparatorstring.
GroupingSeparatorchar. Returns the character used as the thousands separator in a number.
Infinitystring. Returns the string which represents infinity.
[read-only]
static
InstanceDecimalFormatSymbols. Returns a new DecimalFormatSymbols instance for the user's default locale.
InternationalCurrencySymbolstring. Returns the international currency symbol.
MinusSignchar. Returns the minus sign character.
MonetaryDecimalSeparatorchar. Returns the character which represents the decimal point in a monetary value.
NaNstring. Returns the string which represents NaN.
PatternSeparatorchar. Returns the character which separates the positive and negative patterns in a format pattern.
Percentchar. Returns the percent character.
PerMillchar. Returns the per mill sign character.
ZeroDigitchar. Returns the character which represents zero.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.