NumberFormat.CurrencyInstance 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前默认 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()。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。