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