CultureInfoIetfLanguageTagConverter.CanConvertTo Método

Definición

Determina si CultureInfoIetfLanguageTagConverter puede convertir en un tipo dado.

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

Parámetros

typeDescriptorContext
ITypeDescriptorContext

Valor de ITypeDescriptorContext.

destinationType
Type

Type que se consulta para la compatibilidad de la conversión.

Devoluciones

Boolean

Es true si CultureInfoIetfLanguageTagConverter puede realizar la conversión; de lo contrario, es false.

Se aplica a