G
Guest
Hello All - Hoping someone might be able to point me in the right direction.
I have a System::String that is part of a managed class. Within a member
function, I need to convert this String to a C-Style null terminated
character array so that it can be passed to a legacy C function. Any ideas?
I've tried putting it to a STL string first, but no luck.
Thanks!
Jon
I have a System::String that is part of a managed class. Within a member
function, I need to convert this String to a C-Style null terminated
character array so that it can be passed to a legacy C function. Any ideas?
I've tried putting it to a STL string first, but no luck.
Thanks!
Jon