Opc.Ua.Core
ToByteStringCollection Method



Opc.Ua Namespace > ByteStringCollection Class : ToByteStringCollection Method
Array of bytes to return as a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToByteStringCollection( _
   ByVal values() As Byte _
) As ByteStringCollection
'Usage
 
Dim values() As Byte
Dim value As ByteStringCollection
 
value = ByteStringCollection.ToByteStringCollection(values)
public static ByteStringCollection ToByteStringCollection( 
   byte[] values
)
public:
static ByteStringCollection^ ToByteStringCollection( 
   array<byte>^ values
) 

Parameters

values
Array of bytes to return as a collection
Remarks
Converts an array to a collection.
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

ByteStringCollection Class
ByteStringCollection Members