Explicit Type Conversion(Int32,HResult) Operator
Performs an implicit conversion from
HResult to
System.Int32.
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As HResult _
) As System.Integer
public System.int operator explicit(
HResult
)
Parameters
- result
- The result.
Return Value
The result of the conversion.