DecimalFormat.setDecimalSeparatorAlwaysShown

DecimalFormat.setDecimalSeparatorAlwaysShown

Class Overview | Class Members | This Package | All Packages

Syntax
public void setDecimalSeparatorAlwaysShown( boolean newValue )
Description
Allows you to set the behavior of the decimal separator with integers. (The decimal separator will always appear with decimals.)

Example: Decimal ON: 12345 -> 12345.; OFF: 12345 -> 12345