HI,
I'm reading a file in as hex and storing it in a string, what I need to do is then read in two chars at a time so say i have a string that contains
313233343536373839
I would need to read in 31 followed by 32 followed by 33
I'm new to c# and programming in general, my book has nothing on it and I can't find an example that explains it well for me, if you could advise me I would be greatful!