Freigeben über


Currency.NumericCode Property

Definition

Returns the ISO 4217 numeric code for this currency object.

public virtual int NumericCode { [Android.Runtime.Register("getNumericCode", "()I", "GetGetNumericCodeHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getNumericCode", "()I", "GetGetNumericCodeHandler", ApiSince=24)>]
member this.NumericCode : int

Property Value

The ISO 4217 numeric code of this currency.

Attributes

Remarks

Returns the ISO 4217 numeric code for this currency object.

Note: If the ISO 4217 numeric code is not assigned for the currency or the currency is unknown, this method returns 0.

Java documentation for android.icu.util.Currency.getNumericCode().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to