I need to get a byte out of a string.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a string that is in binary I want to be able to take every 8 characters and put them in a byte. how can I do that? i.e.: string = 00000001 I want it to be in a byte that is 1 string = 00000101 I want it to be in a byte that is 5 . . . . .
BiG RaLpH
-
I have a string that is in binary I want to be able to take every 8 characters and put them in a byte. how can I do that? i.e.: string = 00000001 I want it to be in a byte that is 1 string = 00000101 I want it to be in a byte that is 5 . . . . .
BiG RaLpH