VB.NET Konwertuj INT32 na przepełnienie stosu tablicy boolowskiej

    Dim MyShort As uShort = 32
    Dim oByteArray As New System.Collections.BitArray(System.BitConverter.GetBytes(MyShort))
Cooperative Copperhead