wchar_t* to __gc String*
-
Is this safe? I have found that
wchar_t*
variables are implicitly cast to__gc String*
variables. I hope this is okay and does not have any hidden issues. Nish
Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.
-
Is this safe? I have found that
wchar_t*
variables are implicitly cast to__gc String*
variables. I hope this is okay and does not have any hidden issues. Nish
Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.
Makes sense to me, managed String and char types are unicode safe. James Simplicity Rules!
-
Makes sense to me, managed String and char types are unicode safe. James Simplicity Rules!
James T. Johnson wrote: Makes sense to me, managed String and char types are unicode safe. Whew! Nice to hear that :-) Nish
Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.