MatrixJsonConverterFactory.CanConvert 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#
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

Boolean
true if the instance can convert the specified object type; otherwise, false.

See Also