Determines whether this instance can convert the specified value type.

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

Parameters
- valueType (Type)
- Type of the value.

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