I have a c# dll that takes a string as a parameter. I need to call it from a c++ dll. i can not figure out what type to pass in from c++ that will convert to a string. Here is