DecimalFormat.ParseBigDecimal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回方法是否 #parse(java.lang.String, java.text.ParsePosition) 返回 BigDecimal。 - 或 - 设置方法是否 #parse(java.lang.String, java.text.ParsePosition) 返回 BigDecimal。
public virtual bool ParseBigDecimal { [Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler")] get; [Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler")] set; }
[<get: Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler")>]
[<set: Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler")>]
member this.ParseBigDecimal : bool with get, set
属性值
true 如果分析方法返回 BigDecimal,则为 false 否则
- 属性
注解
属性 getter 文档:
返回方法是否 #parse(java.lang.String, java.text.ParsePosition) 返回 BigDecimal。 默认值为 false。
在 1.5 中添加。
Java文档java.text.DecimalFormat.isParseBigDecimal()。
属性 setter 文档:
设置方法是否 #parse(java.lang.String, java.text.ParsePosition) 返回 BigDecimal。
在 1.5 中添加。
Java文档java.text.DecimalFormat.setParseBigDecimal(boolean)。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。