Matrix Json Converter Factory.Can Convert Method
When overridden in a derived class, determines whether the converter instance can convert the specified object type.
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
C#
true if the instance can convert the specified object type; otherwise, false.
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
public override bool CanConvert(
Type typeToConvert
)
Parameters
- typeToConvert Type
- The type of the object to check whether it can be converted by this converter instance.
Return Value
Booleantrue if the instance can convert the specified object type; otherwise, false.