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

text
The NodeId value as a string.

Glossary Item Box

Parses a node id string and returns a node id object.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
Dim value As NodeId
 
value = NodeId.Parse(text)
C# 
public static NodeId Parse( 
   string text
)

Parameters

text
The NodeId value as a string.

Exceptions

ExceptionDescription
ServiceResultExceptionThrown under a variety of circumstances, each time with a specific message.

Remarks

Parses a NodeId String and returns a NodeId object

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.