Possible Duplicate:
Displaying Currency in Indian Numbering Format
I have input number "123456" and want to convert it to "1,23,456" format in Java?
1234--> 1,234 and vice versa.
Any string operations present in Java library?
I have input number "123456" and want to convert it to "1,23,456" format in Java? 1234--> 1,234 and vice versa. Any string operations present in Java library? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.