CanConvert Method (objectType)
From Json.NET
Json.NET - Quick Starts & API Documentation
CanConvert Method (objectType)
Namespaces ► Newtonsoft.Json ► JsonConverter ► CanConvert(Type)
Determines whether this instance can convert the specified object type.
- objectType (Type)
- Type of the object.
true if this instance can convert the specified object type; otherwise, false.