Tagged Questions
5
votes
2answers
4k views
How can I convert extended ascii to a System.String?
For example: "½" or ASCII DEC 189. When I read the bytes from a text file the byte[] contains the valid value, in this case 189.
Converting to Unicode results in the Unicode replacement character ...
1
vote
2answers
515 views
How to draw a rectangle in console applicaiton?
aHi,
Never used extended ascii ,need to draw a rectangle in a console app with a number inside
Do you know of any link or know how to draw rectangles etc.. in c# using extended ascii?
This is for a ...