P
Phil Galey
Is it possible to convert from a BitArray to its Base 10 counterpart?
So if you have
Dim x As New BitArray(New Integer() {1, 0, 1})
Then how can you get to 5 from x being 101?
So if you have
Dim x As New BitArray(New Integer() {1, 0, 1})
Then how can you get to 5 from x being 101?