JsonDataTableConverterCanConvert Method
Determines whether this instance can convert the specified object type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
- objectType Type
- Type with the type of the object.
Boolean if this instance can convert the specified object type; otherwise,
.