'宣言 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
- The object to convert.
- defaultValue
- The default value.
戻り値の型
The converted value, or defaultValue if the object could not be converted.