Currency Constructors

Definition

Overloads

Currency(String)
Currency(IntPtr, JniHandleOwnership)

Currency(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
protected Currency (string? theISOCode);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Util.Currency : string -> Android.Icu.Util.Currency

Parameters

theISOCode
String
Attributes

Remarks

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

Currency(IntPtr, JniHandleOwnership)

protected Currency (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Util.Currency : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Util.Currency

Parameters

javaReference
IntPtr

nativeint

Remarks

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