Opc.Ua.Core
Parse(String) Method



Opc.Ua Namespace > QualifiedName Class > Parse Method : Parse(String) Method
The QualifiedName value as a string.
Parses a string containing a QualifiedName with the syntax n:qname
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal text As String _
) As QualifiedName
'Usage
 
Dim text As String
Dim value As QualifiedName
 
value = QualifiedName.Parse(text)
public static QualifiedName Parse( 
   string text
)
public:
static QualifiedName^ Parse( 
   String^ text
) 

Parameters

text
The QualifiedName value as a string.
Exceptions
ExceptionDescription
Thrown under a variety of circumstances, each time with a specific message.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QualifiedName Class
QualifiedName Members
Overload List