Aracılığıyla paylaş


MatrixConverter.ConvertTo Yöntem

Tanım

Bir öğesini belirtilen türe dönüştürmeyi Matrix 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

Bir türün bağlam bilgileri.

culture
CultureInfo

CultureInfo Dönüştürülmekte olan türün değeri.

value
Object

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

destinationType
Type

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

Döndürülenler

Object

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

Özel durumlar

value null veya değil Matrixya da destinationType geçerli bir dönüştürme türü değil.

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