Opc.Ua.Core
ToByteCollection Method



Opc.Ua Namespace > ByteCollection Class : ToByteCollection Method
An array of System.Byte values to convert from
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToByteCollection( _
   ByVal values() As Byte _
) As ByteCollection
'Usage
 
Dim values() As Byte
Dim value As ByteCollection
 
value = ByteCollection.ToByteCollection(values)
public static ByteCollection ToByteCollection( 
   byte[] values
)
public:
static ByteCollection^ ToByteCollection( 
   array<byte>^ values
) 

Parameters

values
An array of System.Byte values to convert from
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

ByteCollection Class
ByteCollection Members