Convert.ToSingle() for float data Type
        Posted  
        
            by Asim Sajjad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Asim Sajjad
        
        
        
        Published on 2010-04-02T05:49:17Z
        Indexed on 
            2010/04/02
            6:03 UTC
        
        
        Read the original article
        Hit count: 282
        
c#
I have used many of the Convert.To..... functions for conversion , but I didn't understand one thing that for every datatype they have provide a Convert.To function but not for float datatype, in order to convert to float you need to use Convert.ToSingle() , why is this so ?
© Stack Overflow or respective owner