Connectivity Software User's Guide and Reference
IUANodeIdParser Interface Members
Properties  Methods 

OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : IUANodeIdParser Interface

The following tables list the members exposed by IUANodeIdParser.

Public Properties
 NameDescription
 PropertyThe default namespace URI string to be used if no namespace is specified in the input string. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.Parsing.IUANamespaceQualifiedParser)
 PropertyDetermines whether names of standard OPC-UA entities will be parsed. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.Parsing.IUANamespaceQualifiedParser)
Top
Public Methods
 NameDescription
 MethodConverts the string representation of an OPC-UA node Id to equivalent node Id object. A return value indicates whether the conversion succeeded.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Parses a string containing an OPC-UA node Id (its expanded text), and returns a corresponding node Id object.

The Parse methods take an expanded text of the OPC-UA node Id as an input, and attempt to parse it into a OpcLabs.EasyOpc.UA.AddressSpace.UANodeId object.

Public Extension MethodConverts the string representation of an OPC-UA node Id to equivalent node Id object. A return value indicates whether the conversion succeeded.
Top
See Also

Reference

IUANodeIdParser Interface
OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace