CanConvert Method (objectType)

Json.NET

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 Basic Visual 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: 4.0.2.0 (4.0.2.13623)