EnumLowerCaseConverter.CanConvert method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Json.Converters.Enums
Assembly Skybrud.Essentials.dll

CanConvert(Type)

Virtual

Determines whether this instance can convert the specified object type.

public virtual bool CanConvert(Type objectType)

Parameters

objectType Type

Type of the object.

Returns

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