NumberFormat.CurrencyInstance 属性

定义

返回当前默认 java.util.Locale.Category#FORMAT FORMAT 区域设置的货币格式。

public static Java.Text.NumberFormat CurrencyInstance { [Android.Runtime.Register("getCurrencyInstance", "()Ljava/text/NumberFormat;", "")] get; }
[<get: Android.Runtime.Register("getCurrencyInstance", "()Ljava/text/NumberFormat;", "")>]
static member CurrencyInstance : Java.Text.NumberFormat

属性值

NumberFormat货币格式设置的实例

属性

注解

返回当前默认 java.util.Locale.Category#FORMAT FORMAT 区域设置的货币格式。

这相当于调用 #getCurrencyInstance(Locale) getCurrencyInstance(Locale.getDefault(Locale.Category.FORMAT))

Java文档java.text.NumberFormat.getCurrencyInstance()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于