C-DEngine 5.105

TheCommonUtils..::..GetWebPlatform Method

Returns the eWebPlatform of a given UserAgent

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static eWebPlatform GetWebPlatform(
	string userAgent
)
Public Shared Function GetWebPlatform ( _
	userAgent As String _
) As eWebPlatform
public:
static eWebPlatform^ GetWebPlatform(
	String^ userAgent
)

Parameters

userAgent
Type: String
User Agent String

Return Value