User-Agent parsing using c#
        Posted  
        
            by Maxim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Maxim
        
        
        
        Published on 2010-05-25T13:08:24Z
        Indexed on 
            2010/05/25
            13:11 UTC
        
        
        Read the original article
        Hit count: 1830
        
Hello, I have a large list of User-agent strings. For the analytic panel i need to parse them and split to:
Browser name, version Platform name, version
If there is a ready solution or code to do this? Like there: http://useragentstring.com/
© Stack Overflow or respective owner