Created
July 2, 2015 11:18
-
-
Save devrath/ca478359a1bf68e6a558 to your computer and use it in GitHub Desktop.
Convert number into Indian currency rupees
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NumberFormat nf = NumberFormat.getCurrencyInstance(new Locale("en", "in")); | |
| vHolder.txtOrderValueId.setText(nf.format(mMyOrders.get(position).getOrdervalue()) + ""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment