バージョン

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

オブジェクトを指定した型に変換します。
シンタックス
'宣言
 
Public Overloads Overrides NotOverridable 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
オブジェクトの変換後の型。

戻り値の型

変換後のオブジェクト。
参照