Parses a string containing an OPC-UA node Id (its expanded text), and returns a corresponding node Id object.
            
            
            Syntax
            
        
            Parameters
- nodeIdParser
 
- The OPC-UA node Id parser.
 - s
 
- Expanded text of the node Id.
 - requireNamespace
 
- Determines whether the node Id must contain a namespace or namespace index.
 
            
            Return Value
Returns the OPC-UA node Id object parsed from the input value.
 
            Exceptions
            
            
            
            
            
            
            
            
            Requirements
 
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