![]() |
Method getPercentInstance(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.getPercentInstance(UrlUtil.getLocaleObj(request, response)); |
| 2 | to_fmt = (DecimalFormat)NumberFormat.getPercentInstance(loc); |