Returns whether the object can convert objects of the specified type.
Namespace:
Extreme.Data.Json
Assembly:
Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.0
public bool CanConvert(
Type objectType
)
Public Function CanConvert (
objectType As Type
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) sealed
abstract CanConvert :
objectType : Type -> bool
override CanConvert :
objectType : Type -> bool
Parameters
- objectType
- Type: SystemType
The type of the objects
Return Value
Type:
Boolean if the object can convert objects
of type
objectType; otherwise
.
Reference