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

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

    Parameters

    result
    The result.

    Return Value

    The result of the conversion.
    See Also