CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Nov 2009
    Posts
    128

    displaying value with Comma

    hi,

    how do i display a value with a comma

    eg:

    double value = 100000;

    How do i save this number like 1,00,000.00 in order to save it to database.

    please help.
    Last edited by dskp; August 24th, 2011 at 08:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured