CultureInfoIetfLanguageTagConverter.ConvertTo Método

Definição

Converte um objeto CultureInfo para um determinado tipo de objeto.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
[<System.Security.SecurityCritical>]
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, value As Object, destinationType As Type) As Object

Parâmetros

typeDescriptorContext
ITypeDescriptorContext

O valor ITypeDescriptorContext.

cultureInfo
CultureInfo

O objeto CultureInfo cujo valor é respeitado durante a conversão.

value
Object

O objeto que representa o CultureInfo a ser convertido.

destinationType
Type

O Type do objeto convertido retornado.

Retornos

Um objeto CultureInfo convertido para um determinado tipo de objeto.

Atributos

Aplica-se a