CultureInfoIetfLanguageTagConverter.CanConvertTo Metodo

Definizione

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

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

Valore ITypeDescriptorContext.

destinationType
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