'Declaration
<CanBeNullAttribute()> Protected Shared Function DefaultConvertToTarget( _ ByVal value As Object, _ ByVal sourceType As Type, _ ByVal destinationType As Type _ ) As Object
'Usage
Dim value As Object Dim sourceType As Type Dim destinationType As Type Dim value As Object value = LinkingTarget.DefaultConvertToTarget(value, sourceType, destinationType)
[CanBeNull()] protected static object DefaultConvertToTarget( object value, Type sourceType, Type destinationType )
[CanBeNull()] protected: static Object^ DefaultConvertToTarget( Object^ value, Type^ sourceType, Type^ destinationType )
Parameters
- value
- The value to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic). - sourceType
- The source type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - destinationType
- The destinationType.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).