|
-
Jul 28th, 2003, 08:15 AM
#1
Thread Starter
Junior Member
Sticking a period in the middle of a string ;)
How do I stick a period in the middle of a string?
I have an integer, for example 123456, and I need to display it as 1234.56 as in currency format. I've tried doing an x.ToString("0.00") but it adds a '.00' at the end (i.e. 123456.00) and x.ToString("#.##") doesn't seem to do anything at all. How is this done? Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|