J
Jeff Collett
Hi,
How do I convert from a .NET String to a char *?
I am reading in a file using the OpenFileDialog() with a
System::IO::StreanReader(). The reader easily puts the file data into a
String, input = sr->ReadToEnd(). I really need to get this input(String)
into a char *. Cannot find any method that does that.
Thanks
Jeff
How do I convert from a .NET String to a char *?
I am reading in a file using the OpenFileDialog() with a
System::IO::StreanReader(). The reader easily puts the file data into a
String, input = sr->ReadToEnd(). I really need to get this input(String)
into a char *. Cannot find any method that does that.
Thanks
Jeff