バージョン

ConvertValue メソッド

値を指定した型に変換します。
シンタックス
'宣言
 
Public Overridable Function ConvertValue( _
   ByVal x As Object, _
   ByVal targetType As Type _
) As Object
public virtual object ConvertValue( 
   object x,
   Type targetType
)

パラメータ

x
ソースとなる値
targetType
値の変換先の型。

戻り値の型

変換後のオブジェクト
参照