DateConverter.CanConvert(Type) Method

Definition

Check if the given object can be converted into a Date.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The type of the object.

Returns

True if the object is a Date type.

Applies to