Java.Text.DecimalFormat.DecimalSeparatorAlwaysShown Property
Indicates whether the decimal separator is shown when there are no fractional digits.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the decimal separator is shown when there are no fractional digits.

Set method documentation [Android Documentation]

Sets whether the decimal separator is shown even when there are no fractional digits.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1