I'm working on a console app, I want to tokenize the string, and put those tokens into an array. each token should have 8 characters. here's an example:
string s = "0100001001100101";
should be split into two tokens; 01000010 and 01100101
how can i achieve this?
Thanks in advance

New Topic/Question
Reply




MultiQuote








|