LengthConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se la conversione è possibile in un tipo specificato da Double che rappresenta la lunghezza di un oggetto.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

Parametri

typeDescriptorContext
ITypeDescriptorContext

Fornisce informazioni contestuali su un componente.

destinationType
Type

Identifica il tipo di dati da valutare per la conversione.

Restituisce

true se la conversione in destinationType è possibile; in caso contrario, false.

Commenti

LengthConvertersupporta la conversione dei tipi seguenti: StringDoubleInt16SingleDecimalInt64UInt16Int32UInt32, e .UInt64

Si applica a