M
msnews.microsoft.com
Hi!
In C++ you could easily intialize a char-variable with an integer value:
char ch = 123;
How can we accomplish this in C#?
You can get the integer representation of a char value easily, but what
about the opposite?
TIA,
Markus
In C++ you could easily intialize a char-variable with an integer value:
char ch = 123;
How can we accomplish this in C#?
You can get the integer representation of a char value easily, but what
about the opposite?
TIA,
Markus