'宣言 Public Overloads Overrides NotOverridable Function ConvertTo( _ ByVal context As System.ComponentModel.ITypeDescriptorContext, _ ByVal culture As System.Globalization.CultureInfo, _ ByVal value As System.Object, _ ByVal destinationType As System.Type _ ) As System.Object
public override System.object ConvertTo( System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.object value, System.Type destinationType )
パラメータ
- context
- 書式指定コンテキストを提供する 。
- culture
- 。null 参照 (Visual Basicでは Nothing)が渡された場合は、現在のカルチャが使用されます。
- value
- 変換対象のオブジェクト
- destinationType
- value パラメーターの変換後の型。
戻り値の型
変換後の値を表すオブジェクト