| Author |
Number Format
|
Luis Fernandes
Greenhorn
Joined: Sep 22, 2007
Posts: 19
|
|
Hello, I receive the number from my clients in this format : 12.855,70 ; 25.000.25 ; 1.000,00 but my app only reconize the number whitout the dots and in a format that the all number must have 15 char for example the above number must be : 000000001285570 ; 000000002500025 ; 000000000100000 i need to configure my app to put the receive string in this format. can someone help with this job ? Regards
|
Luis Claudio<br />MCSE ; CCNA ; SCJP 5.0
|
 |
Brian Cole
Author
Ranch Hand
Joined: Sep 20, 2005
Posts: 852
|
|
This isn't really a swing/awt question, but DecimalFormat is your friend.
|
bitguru blog
|
 |
 |
|
|
subject: Number Format
|
|
|