JsonCreationConverter<T>.CanConvert(Type) Method

Definition

Can convert input type to the desired one?

public:
 override bool CanConvert(Type ^ objectType);
public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

Returns

Applies to