ConvertThroughString.CanConvertTo(Object, Type) Method

Definition

Returns false, since this converter is not designed to be used to convert from the type associated with the converted to other types.

public:
 override bool CanConvertTo(System::Object ^ sourceValue, Type ^ destinationType);
public:
 override bool CanConvertTo(Platform::Object ^ sourceValue, Platform::Type ^ destinationType);
public override bool CanConvertTo (object sourceValue, Type destinationType);
override this.CanConvertTo : obj * Type -> bool
Public Overrides Function CanConvertTo (sourceValue As Object, destinationType As Type) As Boolean

Parameters

sourceValue
Object

The value to convert from.

destinationType
Type

The value to convert from.

Returns

False.

Applies to