Information
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::CanWriteType Method (Type^)

 

Queries whether this MediaTypeFormatter can serializean object of the specified type.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public:
virtual bool CanWriteType(
	Type^ type
) abstract

Parameters

type
Type: System::Type^

The type to serialize.

Return Value

Type: System::Boolean

true if the MediaTypeFormatter can serialize the type; otherwise, false.

Return to top
Show: