SkinIDTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Método
Definição
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object
Parâmetros
- context
- ITypeDescriptorContext
Um ITypeDescriptorContext que fornece um contexto de formato que representa o controle que está sendo projetado.An ITypeDescriptorContext that provides a format context that represents the control being designed.
- culture
- CultureInfo
Um CultureInfo.A CultureInfo. Se null, a cultura atual será presumida.If null, the current culture is assumed.
- destinationType
- Type
O Type a ser convertido value em (deve ser um String ).The Type to convert value to (must be a String).
Retornos
Um objeto que representa o valor convertido.An object that represents the converted value.