EasyUA Reference
Explicit Type Conversion Operator
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExpandedNodeId Class : Explicit Type Conversion Operator
value

Glossary Item Box

Converts an ExpandedNodeId to a NodeId.

Syntax

Visual Basic (Usage)Copy Code
C# 
public NodeId operator explicit( 
   ExpandedNodeId value
)

Parameters

value

Exceptions

ExceptionDescription
System.InvalidCastExceptionThrown if the ExpandedNodeId is an absolute node identifier.

Remarks

Converts an ExpandedNodeId to a NodeId.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.