Share via


EnumConverter.CanConvert(Type) Method

Definition

Checks if the given type can be converted into an enum. All types can be converted.

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

Parameters

objectType
Type

The object type.

Returns

True.

Applies to