PowerTools PlusPak for Windows Forms 8.0J
ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) メソッド

書式情報を提供する System.ComponentModel.ITypeDescriptorContext
変換先の言語情報を提供する System.Globalization.CultureInfo
変換の対象となる System.Object
変換先となる System.Type
オブジェクトを特定の書式情報に基づいて指定のタイプに変換します。
構文
Public Overloads Overrides Function ConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object, _
   ByVal destinationType As Type _
) As Object

パラメータ

context
書式情報を提供する System.ComponentModel.ITypeDescriptorContext
culture
変換先の言語情報を提供する System.Globalization.CultureInfo
value
変換の対象となる System.Object
destinationType
変換先となる System.Type

戻り値の型

変換後のオブジェクト
例外
例外解説
System.ArgumentNullExceptiondestinationType が null (Visual BasicではNothing)です。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeExConverter クラス
DateTimeExConverter メンバ
オーバーロード一覧

Send Feedback