decimalSeparator property

String decimalSeparator
final

caracter so separate the decimal digits, default to a period, a lot of language are using a comma though You can get the decimal from the local by calling numberFormatSymbolslanguage?.DECIMAL_SEP

Implementation

final String decimalSeparator;