reptile
November 22nd, 2003, 02:46 AM
Is it possible to convert String type to unmanaged char array (or string placed in char pointer). It is because I want to use old WINAPI and C function such as system.
In system I have to use char* type. And now I want to convert String to a char*. How can I do that?
Thanx a lot for your attention.
In system I have to use char* type. And now I want to convert String to a char*. How can I do that?
Thanx a lot for your attention.