Opc.Ua.Core
Format(IServiceMessageContext,Boolean) Method



Opc.Ua Namespace > NodeId Class > Format Method : Format(IServiceMessageContext,Boolean) Method
The current context.
The NamespaceUri is used instead of the NamespaceIndex.
Formats a NodeId as a string.
Syntax
'Declaration
 
Public Overloads Function Format( _
   ByVal context As IServiceMessageContext, _
   Optional ByVal useNamespaceUri As Boolean _
) As String
'Usage
 
Dim instance As NodeId
Dim context As IServiceMessageContext
Dim useNamespaceUri As Boolean
Dim value As String
 
value = instance.Format(context, useNamespaceUri)

Parameters

context
The current context.
useNamespaceUri
The NamespaceUri is used instead of the NamespaceIndex.

Return Value

The formatted identifier.
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

NodeId Class
NodeId Members
Overload List