InputFormatter.CanReadType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true
if the type
can be read, otherwise false
.