LengthConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo

Definizione

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

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

Parametri

typeDescriptorContext
ITypeDescriptorContext

Fornisce informazioni contestuali su un componente.

sourceType
Type

Identifica il tipo di dati da valutare per la conversione.

Restituisce

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

Commenti

LengthConvertersupporta la conversione in e dai tipi seguenti: String, , SingleDecimal, Double, Int16, Int32, Int64UInt16, , UInt32, e UInt64.

Si applica a