From managed c++, I am calling an unmanaged c++ method which returns a double. How can I convert this double into a managed string?
Sorry if this is a stupid question, I'm still very new with C++ in .net.
Thanks!
|
|
|
|
|
|
|
I assume something like
|
||
|
|
|
C++ is definitely not my strongest skillset. Misread the question, but this should convert to a std::string, not exactly what you are looking for though, but leaving it since it was the original post....
This should convert to a managed string however..
|
|||
|
|
|
|
He said "managed string". Stop talking about char*s or std::strings, and stop downvoting me for actually trying to do something with managed strings. |
||||
|
|
|
If you want a standard
|
||
|
|