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. |
| 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