EasyUA Reference
Format(StringBuilder,Object,IdType,UInt16) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class > Format Method : Format(StringBuilder,Object,IdType,UInt16) Method

buffer
identifier
identifierType
namespaceIndex

Glossary Item Box

Formats the NodeId as a string and appends it to the buffer.

Syntax

Visual Basic (Usage)Copy Code
Dim buffer As StringBuilder
Dim identifier As Object
Dim identifierType As IdType
Dim namespaceIndex As UShort
 
NodeId.Format(buffer, identifier, identifierType, namespaceIndex)
C# 
public static void Format( 
   StringBuilder buffer,
   object identifier,
   IdType identifierType,
   ushort namespaceIndex
)

Parameters

buffer
identifier
identifierType
namespaceIndex

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.