The following tables list the members exposed by IUANodeIdParser.
            
            
            
            
            Public Methods
|   | Name | Description | 
  | TryParse | Converts 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
|   | Name | Description | 
  | Parse | Overloaded. 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.  | 
  | TryParse | Converts 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