Opc.Ua.Core
ToUInt32 Method



Opc.Ua Namespace > Utils Class : ToUInt32 Method
Safely converts an Int32 identifier to a UInt32 identifier.
Syntax
'Declaration
 
Public Shared Function ToUInt32( _
   ByVal identifier As Integer _
) As UInteger
'Usage
 
Dim identifier As Integer
Dim value As UInteger
 
value = Utils.ToUInt32(identifier)
public static uint ToUInt32( 
   int identifier
)
public:
static uint ToUInt32( 
   int identifier
) 

Parameters

identifier
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

Utils Class
Utils Members