Vermiculus
Well-known member
I am trying to create a compression program that uses the bitstream, but I can't seem to be able to access it through any included function. I know the ---.ReadAllBytes function, but that gives me the integer code for the character, whereas I need the actually binaries (100101110111001011101....)
Is there any function that can convert these types? I know it would probably return a string, since the int would be too large
If I end up needing to create my own I will try to remember to post the code with the prefix resolved.
Is there any function that can convert these types? I know it would probably return a string, since the int would be too large
If I end up needing to create my own I will try to remember to post the code with the prefix resolved.