DecimalFormat.isDecimalSeparatorAlwaysShown

DecimalFormat.isDecimalSeparatorAlwaysShown

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isDecimalSeparatorAlwaysShown()
Description
Allows you to get the behavior of the decimal separator with integers. (The decimal separator will always appear with decimals.)

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