다음을 통해 공유


DecimalFormat.ParseMaxDigits Property

Definition

Always returns 1000, the default prior to ICU 59. -or- This member is deprecated.

public virtual int ParseMaxDigits { [Android.Runtime.Register("getParseMaxDigits", "()I", "GetGetParseMaxDigitsHandler", ApiSince=24)] get; [Android.Runtime.Register("setParseMaxDigits", "(I)V", "GetSetParseMaxDigits_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getParseMaxDigits", "()I", "GetGetParseMaxDigitsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setParseMaxDigits", "(I)V", "GetSetParseMaxDigits_IHandler", ApiSince=24)>]
member this.ParseMaxDigits : int with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Always returns 1000, the default prior to ICU 59.

This member is deprecated. Setting max parse digits has no effect since ICU4J 59.

Java documentation for android.icu.text.DecimalFormat.getParseMaxDigits().

Property setter documentation:

This member is deprecated. Setting max parse digits has no effect since ICU4J 59.

Java documentation for android.icu.text.DecimalFormat.setParseMaxDigits(int).

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