Opc.Ua.Core
Format(IFormatProvider) Method



Opc.Ua Namespace > ExpandedNodeId Class > Format Method : Format(IFormatProvider) Method
Formats a expanded node id as a string.
Syntax
'Declaration
 
Public Overloads Function Format( _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As ExpandedNodeId
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.Format(formatProvider)

Parameters

formatProvider
Remarks

Formats a ExpandedNodeId as a string.

An example of this would be:

NodeId = "hello123"
NamespaceUri = "http://mycompany/"

This would translate into:
nsu=http://mycompany/;s=hello123

NodeId = 5
NamespaceIndex = 2

This would translate into:
ns=2;i=5

Note: Only information already included in the ExpandedNodeId-Instance will be included in the result

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