'Declaration
Public Overloads Shared Function Parse( _ ByVal text As String, _ ByVal currentNamespaces As NamespaceTable, _ ByVal targetNamespaces As NamespaceTable _ ) As ExpandedNodeId
'Usage
Dim text As String Dim currentNamespaces As NamespaceTable Dim targetNamespaces As NamespaceTable Dim value As ExpandedNodeId value = ExpandedNodeId.Parse(text, currentNamespaces, targetNamespaces)
public static ExpandedNodeId Parse( string text, NamespaceTable currentNamespaces, NamespaceTable targetNamespaces )
public: static ExpandedNodeId^ Parse( String^ text, NamespaceTable^ currentNamespaces, NamespaceTable^ targetNamespaces )
Parameters
- text
- currentNamespaces
- targetNamespaces