[]
        
(Showing Draft Content)

C1.JsonNet.Converters.HtmlColorConverter.CanConvert

CanConvert Method

CanConvert(Type)

A bool value indicates whether the type can be converted.

Declaration
public override bool CanConvert(Type objectType)
Public Overrides Function CanConvert(objectType As Type) As Boolean
Parameters
Type Name Description
Type objectType

The object type

Returns
Type Description
bool

A bool value indicates whether the type can be converted

Overrides