Opc.Ua.Core
Implicit Type Conversion(ExpandedNodeId,String) Operator



Opc.Ua Namespace > ExpandedNodeId Class > Implicit Type Conversion Operator : Implicit Type Conversion(ExpandedNodeId,String) Operator
Parses a node id string and initializes a node id.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal text As String _
) As ExpandedNodeId
'Usage
 
public ExpandedNodeId operator implicit( 
   string text
)
public:
operator ExpandedNodeId^ ( 
   String^ text
)

Parameters

text
Remarks
Parses a node id string and initializes a node id.
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

ExpandedNodeId Class
ExpandedNodeId Members
Overload List