다음을 통해 공유


DecimalFormatSymbols.ZeroDigit Property

Definition

Returns the character used for zero. -or- Sets the character used for zero.

public virtual char ZeroDigit { [Android.Runtime.Register("getZeroDigit", "()C", "GetGetZeroDigitHandler", ApiSince=24)] get; [Android.Runtime.Register("setZeroDigit", "(C)V", "GetSetZeroDigit_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getZeroDigit", "()C", "GetGetZeroDigitHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setZeroDigit", "(C)V", "GetSetZeroDigit_CHandler", ApiSince=24)>]
member this.ZeroDigit : char with get, set

Property Value

the character

Attributes

Remarks

Property getter documentation:

Returns the character used for zero. Different for Arabic, etc.

Java documentation for android.icu.text.DecimalFormatSymbols.getZeroDigit().

Property setter documentation:

Sets the character used for zero.

<b>Note:</b> This method propagates digit 1 to digit 9 by incrementing code point one by one.

Java documentation for android.icu.text.DecimalFormatSymbols.setZeroDigit(char).

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