Convert..::..ToBoolean Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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.
|
![]() ![]() |
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.
|