Difference between Convert.ToString Method and Object.ToString() with regard to Globalization
        Posted  
        
            by Ananth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ananth
        
        
        
        Published on 2010-04-23T13:11:46Z
        Indexed on 
            2010/04/23
            13:13 UTC
        
        
        Read the original article
        Hit count: 448
        
Is there any difference between Convert.ToString Method and Object.ToString() in C#.net other than the how these handle null value. There could be some difference between the two in the Globalization Perspective.
© Stack Overflow or respective owner