Implicit Type Conversion(Boolean,Bool) Operator
Performs an explicit conversion from
Bool to
System.Boolean.
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Bool _
) As System.Boolean
public System.bool operator implicit(
Bool
)
Parameters
- value
- The value.
Return Value
The result of the conversion.