다음을 통해 공유


DecimalFormatSymbols.Digit Property

Definition

Returns the character used for a digit in a pattern. -or- Sets the character used for a digit in a pattern.

public virtual char Digit { [Android.Runtime.Register("getDigit", "()C", "GetGetDigitHandler", ApiSince=24)] get; [Android.Runtime.Register("setDigit", "(C)V", "GetSetDigit_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDigit", "()C", "GetGetDigitHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDigit", "(C)V", "GetSetDigit_CHandler", ApiSince=24)>]
member this.Digit : char with get, set

Property Value

the digit pattern character

Attributes

Remarks

Property getter documentation:

Returns the character used for a digit in a pattern.

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

Property setter documentation:

Sets the character used for a digit in a pattern.

Java documentation for android.icu.text.DecimalFormatSymbols.setDigit(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