This topic has not yet been rated - Rate this topic

XmlMediaTypeFormatter.CanWriteType Method

Queries whether the XmlMediaTypeFormatter can serializean object of the specified type.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
public override bool CanWriteType(
	Type type
)

Parameters

type
Type: System.Type
The type to serialize.

Return Value

Type: System.Boolean
true if the XmlMediaTypeFormatter can serialize the type; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.