Complex Json Converter.Can Convert Method
Definition
Namespace: Extreme.Data.Json
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
Overload List
Can | Returns whether the object can convert objects of the specified type. |
CanConvert(Type) |
CanConvert(Type)
Returns whether the object can convert objects of the specified type.
public virtual bool CanConvert(
Type objectType
)
Parameters
- objectType Type
- The type of the objects
Return Value
Booleantrue if the object can convert objects of type objectType; otherwise false.