  | DeviceInfoParseFromDeviceAndPlatformString Method  | 
  
    Namespace: 
   Dynamicweb.Frontend.Devices
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static DeviceInfo ParseFromDeviceAndPlatformString(
	string device,
	string platform
)
Public Shared Function ParseFromDeviceAndPlatformString ( 
	device As String,
	platform As String
) As DeviceInfo
Parameters
- device
 - Type: SystemString
 - platform
 - Type: SystemString
 
Return Value
Type: 
DeviceInfo
See Also