| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim values() As Byte Dim value As ByteCollection value = ByteCollection.ToByteCollection(values)  | |
| C# | |
|---|---|
public static ByteCollection ToByteCollection( byte[] values )  | |
Parameters
- values
 - An array of System.Byte values to convert from
 
            Converts an array to a collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x