LinkArea.LinkAreaConverter.ConvertFrom Yöntem

Tanım

Verilen nesneyi dönüştürücüün yerel türüne dönüştürür.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
public override object? ConvertFrom (System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

Parametreler

context
ITypeDescriptorContext

Biçimlendirici bağlamı. Bu nesne, dönüştürücüsü çağrılmakta olan ortam hakkında ek bilgi ayıklamak için kullanılabilir. Bu null olabilir, bu nedenle her zaman denetlemeniz gerekir. Ayrıca bağlam nesnesinde bulunan özellikler de null döndürebilir.

culture
CultureInfo

İsteğe bağlı bir kültür bilgisi. Sağlanmazsa geçerli kültür varsayılır.

value
Object

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

Döndürülenler

Object

Dönüştürülen nesne. Dönüştürme gerçekleştirilemezse bu bir özel durum oluşturur.

Şunlara uygulanır