Condividi tramite


DecimalFormatSymbols.SignificantDigit Property

Definition

Returns the character used to represent a significant digit in a pattern. -or- Sets the character used to represent a significant digit in a pattern.

public virtual char SignificantDigit { [Android.Runtime.Register("getSignificantDigit", "()C", "GetGetSignificantDigitHandler", ApiSince=24)] get; [Android.Runtime.Register("setSignificantDigit", "(C)V", "GetSetSignificantDigit_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getSignificantDigit", "()C", "GetGetSignificantDigitHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setSignificantDigit", "(C)V", "GetSetSignificantDigit_CHandler", ApiSince=24)>]
member this.SignificantDigit : char with get, set

Property Value

the significant digit pattern character

Attributes

Remarks

Property getter documentation:

Returns the character used to represent a significant digit in a pattern.

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

Property setter documentation:

Sets the character used to represent a significant digit in a pattern.

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