バージョン

ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) メソッド

ある型を別の型に変換します。
シンタックス
'宣言
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
culture
System.Globalization.CultureInfo オブジェクトnull が渡される場合は、現在のカルチャーが前提となります。
value
変換するオブジェクト

戻り値の型

変換された値を表すオブジェクト。
参照