[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.BaseConverter.CanConvert

CanConvert Method

CanConvert(Type, IContext)

Determines whether this instance can convert the specified object type.

Declaration
protected abstract bool CanConvert(Type objectType, IContext context)
Parameters
Type Name Description
Type objectType

Type of the object.

IContext context

The context information.

Returns
Type Description
bool

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