Uiinfrastructure API Docs  
 

BrowserType.GetVersionNumber Method 

This helper function attempts to convert the user agent string into a float major/minor version number.

protected virtual float GetVersionNumber(
   string _strAgent
);

Parameters

_strAgent
The browser user agent string.

Return Value

The major/minor version number as a float.

See Also

BrowserType Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace