BaseJsonMediaTypeFormatter::CanWriteType Method (Type^)

 

Determines whether this formatter can write objects 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
) override

Parameters

type
Type: System::Type^

The type of object to write.

Return Value

Type: System::Boolean

true if objects of this type can be written, otherwise false.

Return to top
Show: