'宣言
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
- フォーマットコンテキストを提供するSystem.ComponentModel.ITypeDescriptorContext。
- culture
- CultureInfoです。 nullが渡される場合は、現在のカルチャが想定されます。
- value
- 変換するObject。
- destinationType
- 変換したい型を表すSystem.Type。
戻り値の型
変換された値を表すObject。