User Agent Parser
GetModelNumber Method



KellermanSoftware.UserAgentParser Namespace > IdentifierLogic Class : GetModelNumber Method
The user agent string lower case
The brand.
Gets the model number faster
Syntax
'Declaration
 
Public Function GetModelNumber( _
   ByVal userAgentStringLower As String, _
   Optional ByVal brand As String _
) As String
'Usage
 
Dim instance As IdentifierLogic
Dim userAgentStringLower As String
Dim brand As String
Dim value As String
 
value = instance.GetModelNumber(userAgentStringLower, brand)
public string GetModelNumber( 
   string userAgentStringLower,
   string brand
)
public:
String^ GetModelNumber( 
   String^ userAgentStringLower,
   String^ brand
) 

Parameters

userAgentStringLower
The user agent string lower case
brand
The brand.

Return Value

The model number
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdentifierLogic Class
IdentifierLogic Members