Sdílet prostřednictvím


DecimalFormatSymbols.Percent Property

Definition

Returns the character used for percent sign. -or- Sets the character used for percent sign.

public virtual char Percent { [Android.Runtime.Register("getPercent", "()C", "GetGetPercentHandler", ApiSince=24)] get; [Android.Runtime.Register("setPercent", "(C)V", "GetSetPercent_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getPercent", "()C", "GetGetPercentHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setPercent", "(C)V", "GetSetPercent_CHandler", ApiSince=24)>]
member this.Percent : char with get, set

Property Value

the percent character

Attributes

Remarks

Property getter documentation:

Returns the character used for percent sign. Different for Arabic, etc.

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

Property setter documentation:

Sets the character used for percent sign. Different for Arabic, etc.

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