Skip to content

Instantly share code, notes, and snippets.

@devrath
Created July 2, 2015 11:18
Show Gist options
  • Select an option

  • Save devrath/ca478359a1bf68e6a558 to your computer and use it in GitHub Desktop.

Select an option

Save devrath/ca478359a1bf68e6a558 to your computer and use it in GitHub Desktop.
Convert number into Indian currency rupees
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