Data Object Json Converter.Can Convert Method
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
Overload List
CanConvert(Type) | |
Can | Returns whether the object can convert objects of the specified 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.