Currency.NumericCode Property

Definition

Returns the ISO 4217 numeric code of this currency.

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

Property Value

the ISO 4217 numeric code of this currency

Attributes

Remarks

Returns the ISO 4217 numeric code of this currency.

Added in 1.7.

Java documentation for java.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