'宣言 Public Overloads Overrides 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 )
例外 | 解説 |
---|---|
System.ArgumentNullException | destinationType パラメーターは null です。 |
System.NotSupportedException | 変換は実行できません。 |
オンラインで表示: GitHub