| BrowserInfoToString Method  | 
 
            Converts the BrowserInfo value of this instance to its equivalent string representation.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
 Syntax
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Dim instance As BrowserInfo
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
Type: 
String
            A string representation of the BrowserInfo value that includes
            the family name of the browser, the platform name and the browser version
            
 See Also
See Also