NumberFormat.ParseCurrency Method
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
ParseCurrency(ICharSequence, ParsePosition) | |
ParseCurrency(String, ParsePosition) |
ParseCurrency(ICharSequence, ParsePosition)
[Android.Runtime.Register("parseCurrency", "(Ljava/lang/CharSequence;Ljava/text/ParsePosition;)Landroid/icu/util/CurrencyAmount;", "GetParseCurrency_Ljava_lang_CharSequence_Ljava_text_ParsePosition_Handler", ApiSince=24)]
public virtual Android.Icu.Util.CurrencyAmount? ParseCurrency (Java.Lang.ICharSequence? text, Java.Text.ParsePosition? pos);
[<Android.Runtime.Register("parseCurrency", "(Ljava/lang/CharSequence;Ljava/text/ParsePosition;)Landroid/icu/util/CurrencyAmount;", "GetParseCurrency_Ljava_lang_CharSequence_Ljava_text_ParsePosition_Handler", ApiSince=24)>]
abstract member ParseCurrency : Java.Lang.ICharSequence * Java.Text.ParsePosition -> Android.Icu.Util.CurrencyAmount
override this.ParseCurrency : Java.Lang.ICharSequence * Java.Text.ParsePosition -> Android.Icu.Util.CurrencyAmount
Parameters
- text
- ICharSequence
- pos
- ParsePosition
Returns
- 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
ParseCurrency(String, ParsePosition)
public Android.Icu.Util.CurrencyAmount? ParseCurrency (string? text, Java.Text.ParsePosition? pos);
member this.ParseCurrency : string * Java.Text.ParsePosition -> Android.Icu.Util.CurrencyAmount
Parameters
- text
- String
- pos
- ParsePosition
Returns
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.