共用方式為


MobileTypeNameConverter.ConvertFrom 方法

定義

使用指定的內容和文化特性資訊,將給定的物件轉換為這個轉換器的類型。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ ctx, System::Globalization::CultureInfo ^ ci, System::Object ^ data);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (ctx As ITypeDescriptorContext, ci As CultureInfo, data As Object) As Object

參數

ctx
ITypeDescriptorContext

提供格式內容的 ITypeDescriptorContext

ci
CultureInfo

要當做目前文化特性使用的 CultureInfo

data
Object

要進行轉換的 Object

傳回

Object,代表轉換過的值。

例外狀況

data 上呼叫 GetType() 會傳回 null

備註

這個 實作會ConvertFromdata轉換成字串,然後在其上呼叫 GetType 方法。 接著會傳回新的 Type結果。 不過,如果結果為 null,則會擲回例外狀況。

適用於

另請參閱