'宣言
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
- 書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext。
- culture
- 現在のカルチャとして使用する System.Globalization.CultureInfo。
- value
- 変換する System.Object。
- destinationType
- value パラメーターの変換先の System.Type。
戻り値の型
変換された値を表す System.Object。