Opc.Ua.Core
Format Method (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : Format Method
The current context.
The NamespaceUri is used instead of the NamespaceIndex.
Formats a QualifiedName as a string.
Syntax
'Declaration
 
Public Function Format( _
   ByVal context As IServiceMessageContext, _
   Optional ByVal useNamespaceUri As Boolean _
) As String
'Usage
 
Dim instance As QualifiedName
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

QualifiedName Class
QualifiedName Members