The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MediaTypeFormatter::CanReadType Method (Type^)
Queries whether this MediaTypeFormatter can deserializean object of the specified type.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Parameters
- type
-
Type:
System::Type^
The type to deserialize.
Return Value
Type: System::Booleantrue if the MediaTypeFormatter can deserialize the type; otherwise, false.
Show: