Opc.Ua.Core
Implicit Type Conversion Operator (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : Implicit Type Conversion Operator
The string to turn into a fully qualified name
Converts a string to a qualified name.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal value As String _
) As QualifiedName
'Usage
 
public QualifiedName operator implicit( 
   string value
)
public:
operator QualifiedName^ ( 
   String^ value
)

Parameters

value
The string to turn into a fully qualified name
Remarks
Converts a string to a qualified name.
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