ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / HResult Structure / Implicit Type Conversion Operator / Implicit Type Conversion(HResult,Int32) Operator
The result.

In This Topic
    Implicit Type Conversion(HResult,Int32) Operator
    In This Topic
    Performs an implicit conversion from System.Int32 to HResult.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal result As System.Integer _
    ) As HResult
    public HResult operator implicit( 
       System.int result
    )

    Parameters

    result
    The result.

    Return Value

    The result of the conversion.
    See Also