DecimalFormatSymbols.PerMill Property

Definition

Gets the character used for per mille sign. -or- Sets the character used for per mille sign.

public virtual char PerMill { [Android.Runtime.Register("getPerMill", "()C", "GetGetPerMillHandler")] get; [Android.Runtime.Register("setPerMill", "(C)V", "GetSetPerMill_CHandler")] set; }
[<get: Android.Runtime.Register("getPerMill", "()C", "GetGetPerMillHandler")>]
[<set: Android.Runtime.Register("setPerMill", "(C)V", "GetSetPerMill_CHandler")>]
member this.PerMill : char with get, set

Property Value

the character used for per mille sign

Attributes

Remarks

Property getter documentation:

Gets the character used for per mille sign. Different for Arabic, etc.

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

Property setter documentation:

Sets the character used for per mille sign. Different for Arabic, etc.

Java documentation for java.text.DecimalFormatSymbols.setPerMill(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