Displaying currency in C#
        Posted  
        
            by user279521
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user279521
        
        
        
        Published on 2010-06-18T12:19:21Z
        Indexed on 
            2010/06/18
            12:23 UTC
        
        
        Read the original article
        Hit count: 318
        
I need to display data values in US currency format. Meaning 190.8 should display as $190.80. For some reason I cant figure out how to do this. Any advice?
© Stack Overflow or respective owner