DecimalFormatSymbols.Percent Property

Definition

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

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

Property Value

the character used for percent sign

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

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

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