Hi,
How can I pass a c# string to C++ side of the app?
Right now, I have all handling in Const char format . When I pass c# string, c++ working fine when using Platform::String . But there is no good way of converting Platform::String to const char .
Any inputs from your side?
Any help will be appreciated.
Thanks.