I am trying to input a file into an array of ints using the
streamReader. When reading using streamreader, it reads the
ascii
values and then when I store it into the int array, it
stores the ascii
values and not the ints. How do I make it store the ints
into the int
array and not the ascii values????? I have tried casting and
converting
etc,???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at http://groups.
google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---
|