Json.NET - Quick Starts & API Documentation
CanConvert Method (objectType)
NamespacesNewtonsoft.JsonJsonConverterCanConvert(Type)
Determines whether this instance can convert the specified object type.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool CanConvert(
	Type objectType
)
Public MustOverride Function CanConvert ( _
	objectType As Type _
) As Boolean
public:
virtual bool CanConvert(
	Type^ objectType
) abstract
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: 2.0.0.0 (2.0.0.0)