Currency Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Currency(String) |
Constructs a currency object for the given ISO 4217 3-letter code. |
Currency(IntPtr, JniHandleOwnership) |
Currency(String)
Constructs a currency object for the given ISO 4217 3-letter code.
[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
The iso code used to construct the currency.
- Attributes
Remarks
Constructs a currency object for the given ISO 4217 3-letter code. This constructor assumes that the code is valid.
Java documentation for android.icu.util.Currency.Currency(java.lang.String)
.
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
- transfer
- JniHandleOwnership
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.