'宣言 Public Shared Function GetBool( _ ByVal value As System.Object, _ ByVal defaultValue As System.Boolean _ ) As System.Boolean
public static System.bool GetBool( System.object value, System.bool defaultValue )
パラメータ
- value
- 変換するオブジェクト。
- defaultValue
- デフォルト値。
戻り値の型
変換後の値。 オブジェクトを変換できなかった場合は defaultValue。