Created
August 6, 2015 14:28
-
-
Save devrath/4bb9d2ddae120be19cb9 to your computer and use it in GitHub Desktop.
Long decimal conversion
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
| vHolder.txtWalletDebit.setText(new BigDecimal(mMyWallet.get(position).getDebit()).toPlainString()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment