Opc.Ua.Core
Explicit Type Conversion Operator (StatusCode)



Opc.Ua Namespace > StatusCode Structure : Explicit Type Conversion Operator
The StatusCode to convert to a 32-but number
Converts a StatusCode object to a 32-bit code.
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal code As StatusCode _
) As UInteger
'Usage
 
public uint operator explicit( 
   StatusCode code
)
public:
uint operator explicit( 
   StatusCode code
)

Parameters

code
The StatusCode to convert to a 32-but number
Remarks
Converts a StatusCode object to a 32-bit code.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusCode Structure
StatusCode Members