バージョン

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) メソッド

指定した宛先の型に値を変換します。
シンタックス
'宣言
 
Public Overloads Overrides Function ConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object, _
   ByVal destinationType As Type _
) As Object
public override object ConvertTo( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value,
   Type destinationType
)

パラメータ

context
ITypeDescriptorContext
culture
CultureInfo
value
変換するオブジェクト。
destinationType
オブジェクトが変換される型。

戻り値の型

指定した型の新しいオブジェクト、または変換に失敗した場合はnull。
参照