CanConvert Method (objectType)

Json.NET

Json.NET - Quick Starts & API Documentation CanConvert Method (objectType)
NamespacesNewtonsoft.Json.ConvertersVersionConverterCanConvert(Type)
Determines whether this instance can convert the specified object type.
Declaration Syntax
C# Visual Basic Visual C++
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: 4.5.0.0 (4.5.6.14930)