Json.NET - Quick Starts & API Documentation
CanConvert Method (objectType)
Namespaces ► Newtonsoft.Json.Converters ► DateTimeConverterBase ► CanConvert(Type)
Determines whether this instance can convert the specified object type.
Declaration Syntax
Parameters
- objectType (Type)
- Type of the object.
Return Value
true if this instance can convert the specified object type; otherwise, false.