![]() |
Method getCurrencyInstance(Locale inLocale)
Return type: java.text.NumberFormat
Member of: java.text.NumberFormat
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | NumberFormat nf = NumberFormat.getCurrencyInstance(locale); |
| 2 | to_fmt = (DecimalFormat)NumberFormat.getCurrencyInstance(loc); |
| 3 | nf = NumberFormat.getCurrencyInstance(userLocale); |