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



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

Parameters

context
The current context.
useUris
The NamespaceUri and/or ServerUri is used instead of the indexes.

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

ExpandedNodeId Class
ExpandedNodeId Members
Overload List