バージョン

DataBindConvert メソッド

特定のカルチャを使用して、ソース値を指定した型に変換します。
シンタックス
'宣言
 
Public Shared Function DataBindConvert( _
   ByVal source As Object, _
   ByVal destinationType As Type, _
   ByVal culture As CultureInfo, _
   ByVal formatString As String, _
   ByVal formatInfo As IFormatProvider, _
   ByRef validConversion As Boolean _
) As Object
public static object DataBindConvert( 
   object source,
   Type destinationType,
   CultureInfo culture,
   string formatString,
   IFormatProvider formatInfo,
   out bool validConversion
)

パラメータ

source
変換する値。null または DBNull を指定できます。
destinationType
変換後の型。
culture
変換に使用する特定のカルチャ。null の場合はデフォルトのカルチャが使用されます。
formatString
書式文字列。
formatInfo
書式プロバイダー。
validConversion
変換が有効だった場合は True。

戻り値の型

変換後の値。
参照