[This is preliminary documentation and is subject to change.]

Determines whether this instance can convert the specified value type.

Namespace:  Facebook.Json.Converters
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public override bool CanConvert(
	Type valueType
)
Visual Basic (Declaration)
Public Overrides Function CanConvert ( _
	valueType As Type _
) As Boolean
Visual C++
public:
virtual bool CanConvert(
	Type^ valueType
) override

Parameters

valueType
Type: System..::.Type
Type of the value.

Return Value

true if this instance can convert the specified value type; otherwise, false.

See Also

XmlNodeConverter Class
Facebook.Json.Converters Namespace