[]
        
(Showing Draft Content)

C1.JsonNet.Converters.EnumToStringConverter.CanConvert

CanConvert Method

CanConvert(Type)

Gets whether the converter is supported.

Declaration
public override bool CanConvert(Type objectType)
Parameters
Type Name Description
Type objectType

The object type.

Returns
Type Description
bool

A bool value indicates whether the converter is supported. If true, the converter is supported. Otherwise, it is not supported.

Overrides