Determines whether this instance can convert the specified object type.

Declaration Syntax
public override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert ( _
objectType As Type _
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) override

Parameters
- objectType (Type)
- Type of the object.

Return Value
true if this instance can convert the specified object type; otherwise, false.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)