DurationConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines if conversion from a given type to an instance of Duration is possible.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parameters

td
ITypeDescriptorContext

Context information used for conversion.

t
Type

Type being evaluated for conversion.

Returns

true if t is of type String; otherwise, false.

Applies to