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

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

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also