DataObjectJsonConverter.CanConvert Method

Definition

Namespace: Extreme.Data.Json
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1

Overload List

CanConvert(Type) Returns whether the object can convert objects of the specified type.
CanConvert(Type) 

DataObjectJsonConverter.CanConvert(Type)

Returns whether the object can convert objects of the specified type.
C#
public virtual bool CanConvert(
	Type objectType
)

Parameters

objectType  Type
The type of the objects

Return Value

Boolean
true if the object can convert objects of type objectType; otherwise false.

See Also