Java.Util.Currency.DefaultFractionDigits Property
Returns the default number of fraction digits for this currency.

Syntax

[get: Android.Runtime.Register("getDefaultFractionDigits", "()I", "GetGetDefaultFractionDigitsHandler")]
public int DefaultFractionDigits { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the default number of fraction digits for this currency. For instance, the default number of fraction digits for the US dollar is 2 because there are 100 US cents in a US dollar. For the Japanese Yen, the number is 0 because coins smaller than 1 Yen became invalid in 1953. In the case of pseudo-currencies, such as IMF Special Drawing Rights, -1 is returned.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1