JsonDataSetConverterCanConvert Method

Determines whether this instance can convert the specified object type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType  Type
Type with the type of the object.

Return Value

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

See Also