public class LocaleSafeDecimalFormat extends Object
| Constructor and Description |
|---|
LocaleSafeDecimalFormat() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
parse(String source)
Regardless of the default locale, comma ('.') is used as decimal separator
|
public BigDecimal parse(String source) throws ParseException
source - ParseExceptionCopyright © 2013. All rights reserved