A
Aditi31
Guest
I am using marshal_cppstd for marshalling.
std::string str =
msclr::interop::marshal_as<std::string>(filePath);
I am using this above call to convert System.String into std::string.
Its working fine for English file name. For japanese file names, I am getting ??? .
Continue reading...
std::string str =
msclr::interop::marshal_as<std::string>(filePath);
I am using this above call to convert System.String into std::string.
Its working fine for English file name. For japanese file names, I am getting ??? .
Continue reading...