Opc.Ua.Core
Format(IFormatProvider,StringBuilder) Method



Opc.Ua Namespace > ExpandedNodeId Class > Format Method : Format(IFormatProvider,StringBuilder) Method
Formats the node ids as string and adds it to the buffer.
Syntax
'Declaration
 
Public Overloads Sub Format( _
   ByVal formatProvider As IFormatProvider, _
   ByVal buffer As StringBuilder _
) 
 
'Usage
 
Dim instance As ExpandedNodeId
Dim formatProvider As IFormatProvider
Dim buffer As StringBuilder
 
instance.Format(formatProvider, buffer)

Parameters

formatProvider
buffer
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