JsonConverter.CanConvert(Type) Method

Definition

When overridden in a derived class, determines whether the converter instance can convert the specified object type.

C#
public abstract bool CanConvert(Type typeToConvert);

Parameters

typeToConvert
Type

The type of the object to check whether it can be converted by this converter instance.

Returns

true if the instance can convert the specified object type; otherwise, false.

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)