DecimalFormatSymbols.Digit Property

Definition

Gets 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")] get; [Android.Runtime.Register("setDigit", "(C)V", "GetSetDigit_CHandler")] set; }
[<get: Android.Runtime.Register("getDigit", "()C", "GetGetDigitHandler")>]
[<set: Android.Runtime.Register("setDigit", "(C)V", "GetSetDigit_CHandler")>]
member this.Digit : char with get, set

Property Value

the character used for a digit in a pattern

Attributes

Remarks

Property getter documentation:

Gets the character used for a digit in a pattern.

Java documentation for java.text.DecimalFormatSymbols.getDigit().

Property setter documentation:

Sets the character used for a digit in a pattern.

Java documentation for java.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