Returns whether the object can convert objects of the specified type.
Namespace: Extreme.Data.JsonAssembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 1.0.16157.0 (1.0.16157.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
.
Numerical Libraries
Supported in: 6.0
Reference