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

identifier

Glossary Item Box

Safely converts an Int32 identifier to a UInt32 identifier.

Syntax

Visual Basic (Usage)Copy Code
Dim identifier As Integer
Dim value As UInteger
 
value = Utils.ToUInt32(identifier)
C# 
public static uint ToUInt32( 
   int 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.