Bridge

Convert..::..ToBoolean Method

Overload List


  Name Description
Public method Static member ToBoolean(Object)
Converts the value of a specified object to an equivalent Boolean value. Note: Calling this method for [char] and [DateTime] values always throws InvalidCastException.
Public method Static member ToBoolean(Object, IFormatProvider)
Converts the value of the specified object to an equivalent Boolean value, using the specified culture-specific formatting information. Note: Calling this method for [char] and [DateTime] values always throws InvalidCastException.