'Declaration
<NotNullAttribute()> Public Shared Function Parse( _ ByVal s As String, _ ByVal defaultNamespaceUriString As String _ ) As UANodeId
'Usage
Dim s As String Dim defaultNamespaceUriString As String Dim value As UANodeId value = UANodeId.Parse(s, defaultNamespaceUriString)
[NotNull()] public static UANodeId Parse( string s, string defaultNamespaceUriString )
[NotNull()] public: static UANodeId^ Parse( String^ s, String^ defaultNamespaceUriString )
Parameters
- s
- Expanded text of the node Id.
- defaultNamespaceUriString
- The default namespace to be used if no namespace is specified in the input string.
Return Value
Returns the OPC-UA node Id object parsed from the input value.