Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Bool Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Bool,Boolean) Operator
The value.

In This Topic
    Implicit Type Conversion(Bool,Boolean) Operator
    In This Topic
    Performs an explicit conversion from System.Boolean to Bool.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal boolValue As System.Boolean _
    ) As Bool
    public Bool operator implicit( 
       System.bool boolValue
    )

    Parameters

    boolValue
    The value.

    Return Value

    The result of the conversion.
    See Also