NumberFormat.GetPercentInstance(Locale) 方法

定义

返回指定区域设置的百分比格式。

[Android.Runtime.Register("getPercentInstance", "(Ljava/util/Locale;)Ljava/text/NumberFormat;", "")]
public static Java.Text.NumberFormat GetPercentInstance(Java.Util.Locale inLocale);
[<Android.Runtime.Register("getPercentInstance", "(Ljava/util/Locale;)Ljava/text/NumberFormat;", "")>]
static member GetPercentInstance : Java.Util.Locale -> Java.Text.NumberFormat

参数

inLocale
Locale

所需的区域设置

返回

NumberFormat百分比格式的实例

属性

注解

返回指定区域设置的百分比格式。

Java文档java.text.NumberFormat.getPercentInstance(java.util.Locale)

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

适用于