Converts the string representation of an OPC-UA node Id to equivalent node Id object. A return value indicates whether the conversion succeeded.
            
            
            
            
        
            Parameters
- s
 
- Expanded text of the node Id.
 - requireNamespace
 
- Determines whether the node Id must contain a namespace or namespace index.
 - nodeId
 
- A OpcLabs.EasyOpc.UA.AddressSpace.UANodeId object. The converted node Id object.
 
            
            Return Value
Returns null if  was converted successfully; otherwise, returns an error object that describes the problem.
 
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also