EasyUA Reference
ToInt32 Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : ToInt32 Method

identifier

Glossary Item Box

Safely converts an UInt32 identifier to a Int32 identifier.

Syntax

Visual Basic (Usage)Copy Code
Dim identifier As UInteger
Dim value As Integer
 
value = Utils.ToInt32(identifier)
C# 
public static int ToInt32( 
   uint identifier
)

Parameters

identifier

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.