uaPLUS Reference
Format(StringBuilder,Object,IdType,UInt16,String,UInt32) Method
See Also  Send Feedback
Opc.Ua Namespace > ExpandedNodeId Class > Format Method : Format(StringBuilder,Object,IdType,UInt16,String,UInt32) Method

buffer
identifier
identifierType
namespaceIndex
namespaceUri
serverIndex

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub Format( _
   ByVal buffer As StringBuilder, _
   ByVal identifier As Object, _
   ByVal identifierType As IdType, _
   ByVal namespaceIndex As UShort, _
   ByVal namespaceUri As String, _
   ByVal serverIndex As UInteger _
) 
C# 
public static void Format( 
   StringBuilder buffer,
   object identifier,
   IdType identifierType,
   ushort namespaceIndex,
   string namespaceUri,
   uint serverIndex
)

Parameters

buffer
identifier
identifierType
namespaceIndex
namespaceUri
serverIndex

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.