-
Format a string
How do one format a string in java. in vb you could say something like format(string, format)
I convert a double to string using tostring.
Now I want to format the string with thousands and decimal seperators.
Kinda urgent. No problem in vb, but want to supply the answer to this question in Java, as it is for a job.... :blush:
-
Re: Format a string
Maybe this will help you along...
Format String
-
Re: Format a string
Hi,
Thanx Brandoe, that helped. Played around until I understood it, and send my own simplified solution. (had to use notepad and command prompt!) and hope they are satisfied.
Cheers!
-
Re: Format a string