D
Dica
i need to pass special characters to my application in the extended ascii
range. however, anything above 127 fails when i try like this:
(char)184.
unsigned char should be able to do this in another language, but it's not
supported in c#. any ideas how to do this?
tks
range. however, anything above 127 fails when i try like this:
(char)184.
unsigned char should be able to do this in another language, but it's not
supported in c#. any ideas how to do this?
tks