在vs2010的窗体应用程序中,要将string在textbox中显示,在textbox的text属性值为System::String^,这个要怎么转换??

解决方案 »

  1.   

    不用转换
    另外System::String^是啥?
      

  2.   

    C#的string就是C++的System::String^
    C#没有 System::String^
      

  3.   

    我用的不是C#,用的是C++,也就是在C++中如何将std::string转为system::String^
      

  4.   

    如何:将标准字符串转换为 System::String
    随便搜索下就可以了嘛
      

  5.   

    请注意是System::String^!
      

  6.   

    嗯嗯,看到了,十分感谢,顺便问下下个问题?
    http://topic.csdn.net/u/20120822/15/da944264-1ae7-4f52-9c54-97be78097c28.html