InputFormatter.CanReadType(Type) Method

Definition

Determines whether this InputFormatter can deserialize an object of the given type.

protected:
 virtual bool CanReadType(Type ^ type);
protected virtual bool CanReadType (Type type);
abstract member CanReadType : Type -> bool
override this.CanReadType : Type -> bool
Protected Overridable Function CanReadType (type As Type) As Boolean

Parameters

type
Type

The Type of object that will be read.

Returns

true if the type can be read, otherwise false.

Applies to