Opc.Ua.Core
ToInt32 Method



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