Partager via


MeasureFormat.CurrencyFormat Property

Definition

Return a formatter for CurrencyAmount objects in the default FORMAT locale.

public static Android.Icu.Text.MeasureFormat? CurrencyFormat { [Android.Runtime.Register("getCurrencyFormat", "()Landroid/icu/text/MeasureFormat;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCurrencyFormat", "()Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member CurrencyFormat : Android.Icu.Text.MeasureFormat

Property Value

a formatter object

Attributes

Remarks

Return a formatter for CurrencyAmount objects in the default FORMAT locale.

Java documentation for android.icu.text.MeasureFormat.getCurrencyFormat().

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