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