Aracılığıyla paylaş


PointConverter.ConvertTo Yöntem

Tanım

Bir öğesini belirtilen türe dönüştürmeyi Point dener.

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

Parametreler

context
ITypeDescriptorContext

Dönüştürme için gereken bağlamsal bilgileri sağlar.

culture
CultureInfo

Dönüştürme sırasında dikkate almak için kültürel bilgiler.

value
Object

Point Dönüştürülecek.

destinationType
Type

Bunu Point dönüştürülecek tür.

Döndürülenler

Object

Bu Pointdönüştürülerek oluşturulan nesne.

Özel durumlar

valuenull bir veya değildir Pointya da destinationType dönüştürme için geçerli türlerden biri değildir.

Açıklamalar

Dönüştürmeyi gerçekleştirmeden dönüştürmenin mümkün olup olmadığını belirlemek için yöntemini kullanın CanConvertTo .

Şunlara uygulanır