CultureInfoIetfLanguageTagConverter.CanConvertFrom Metodo

Definizione

Determina se CultureInfoIetfLanguageTagConverter può eseguire la conversione da un tipo specificato.

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

Valore ITypeDescriptorContext.

sourceType
Type

Oggetto Type sottoposto a query per verificare se la conversione è supportata.

Restituisce

Boolean

true se CultureInfoIetfLanguageTagConverter può eseguire la conversione; in caso contrario, false.

Si applica a