DecimalFormatSymbols getMinusSign() method in Java with Examples
The getMinusSign() method of java.text.DecimalFormatSymbols class in Java is used to get the character that is used to represent minus sign for the Locale of this DecimalFormatSymbols. This method returns the character for minus sign of that Locale. Syntax: public char getMinusSign() Parameter: This