FlexReport for WinForms
GetBool メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > Util クラス : GetBool メソッド
変換するオブジェクト。
デフォルト値。
オブジェクトをブール値に変換します。
シンタックス
'宣言
 
Public Shared Function GetBool( _
   ByVal value As System.Object, _
   ByVal defaultValue As System.Boolean _
) As System.Boolean
'使用法
 
Dim value As System.Object
Dim defaultValue As System.Boolean
Dim value As System.Boolean
 
value = Util.GetBool(value, defaultValue)
public static System.bool GetBool( 
   System.object value,
   System.bool defaultValue
)

パラメータ

value
変換するオブジェクト。
defaultValue
デフォルト値。

戻り値の型

変換後の値。オブジェクトを変換できなかった場合は、defaultValue
参照

Util クラス
Util メンバ