DecimalFormat.DecimalSeparatorAlwaysShown Property

Definition

Allows you to get the behavior of the decimal separator with integers. -or- Allows you to set the behavior of the decimal separator with integers.

public virtual bool DecimalSeparatorAlwaysShown { [Android.Runtime.Register("isDecimalSeparatorAlwaysShown", "()Z", "GetIsDecimalSeparatorAlwaysShownHandler")] get; [Android.Runtime.Register("setDecimalSeparatorAlwaysShown", "(Z)V", "GetSetDecimalSeparatorAlwaysShown_ZHandler")] set; }
[<get: Android.Runtime.Register("isDecimalSeparatorAlwaysShown", "()Z", "GetIsDecimalSeparatorAlwaysShownHandler")>]
[<set: Android.Runtime.Register("setDecimalSeparatorAlwaysShown", "(Z)V", "GetSetDecimalSeparatorAlwaysShown_ZHandler")>]
member this.DecimalSeparatorAlwaysShown : bool with get, set

Property Value

Boolean

true if the decimal separator is always shown; false otherwise

Attributes

Remarks

Property getter documentation:

Java documentation for java.text.DecimalFormat.isDecimalSeparatorAlwaysShown().

Property setter documentation:

Java documentation for java.text.DecimalFormat.setDecimalSeparatorAlwaysShown(boolean).

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