| DeviceToListItemConverterConvert Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function Convert ( 
	value As Object,
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object
public:
virtual Object^ Convert(
	Object^ value, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
abstract Convert : 
        value : Object * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object 
override Convert : 
        value : Object * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object Parameters
- value
 - Type: SystemObject
 - targetType
 - Type: SystemType
 - parameter
 - Type: SystemObject
 - culture
 - Type: System.GlobalizationCultureInfo
 
Return Value
Type: 
ObjectImplements
IValueConverterConvert(Object, Type, Object, CultureInfo)
See Also