'Declaration
<CanBeNullAttribute()> Protected Function DefaultConvertFromTarget( _ ByVal value As Object, _ ByVal sourceType As Type, _ ByVal destinationType As Type _ ) As Object
'Usage
Dim instance As LinkingTarget Dim value As Object Dim sourceType As Type Dim destinationType As Type Dim value As Object value = instance.DefaultConvertFromTarget(value, sourceType, destinationType)
[CanBeNull()] protected object DefaultConvertFromTarget( object value, Type sourceType, Type destinationType )
[CanBeNull()] protected: Object^ DefaultConvertFromTarget( Object^ value, Type^ sourceType, Type^ destinationType )
Parameters
- value
- The value to be converted.
- sourceType
- The source type.
- destinationType
- The destinationType.
Return Value
The converted value.