TotoTitus wrote:
> Well, since i'm working in a windows forms app, i do this:
> MessageBox::Show(c.ToString());
> And it shows 65 instead of ' A '.
> Well, since i'm working in a windows forms app, i do this:
> MessageBox::Show(c.ToString());
> And it shows 65 instead of ' A '.
If I recall correctly, in C++/CLI char maps to .NET's System.SByte.
You
want an equivalent to System.Char, which is wchar_t.
--
Igor Tandetnik
--
Igor Tandetnik