<legend id='pABgF'><style id='pABgF'><dir id='pABgF'><q id='pABgF'></q></dir></style></legend>
        <bdo id='pABgF'></bdo><ul id='pABgF'></ul>

      <small id='pABgF'></small><noframes id='pABgF'>

      1. <tfoot id='pABgF'></tfoot>
        <i id='pABgF'><tr id='pABgF'><dt id='pABgF'><q id='pABgF'><span id='pABgF'><b id='pABgF'><form id='pABgF'><ins id='pABgF'></ins><ul id='pABgF'></ul><sub id='pABgF'></sub></form><legend id='pABgF'></legend><bdo id='pABgF'><pre id='pABgF'><center id='pABgF'></center></pre></bdo></b><th id='pABgF'></th></span></q></dt></tr></i><div id='pABgF'><tfoot id='pABgF'></tfoot><dl id='pABgF'><fieldset id='pABgF'></fieldset></dl></div>

      2. 将 c# 中的 String^ 转换为 c++/CLI 中的 CString

        时间:2023-05-21
        <tfoot id='E0onJ'></tfoot>

          1. <i id='E0onJ'><tr id='E0onJ'><dt id='E0onJ'><q id='E0onJ'><span id='E0onJ'><b id='E0onJ'><form id='E0onJ'><ins id='E0onJ'></ins><ul id='E0onJ'></ul><sub id='E0onJ'></sub></form><legend id='E0onJ'></legend><bdo id='E0onJ'><pre id='E0onJ'><center id='E0onJ'></center></pre></bdo></b><th id='E0onJ'></th></span></q></dt></tr></i><div id='E0onJ'><tfoot id='E0onJ'></tfoot><dl id='E0onJ'><fieldset id='E0onJ'></fieldset></dl></div>
              • <small id='E0onJ'></small><noframes id='E0onJ'>

                  <bdo id='E0onJ'></bdo><ul id='E0onJ'></ul>
                  <legend id='E0onJ'><style id='E0onJ'><dir id='E0onJ'><q id='E0onJ'></q></dir></style></legend>

                    <tbody id='E0onJ'></tbody>
                  本文介绍了将 c# 中的 String^ 转换为 c++/CLI 中的 CString的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我需要帮助解决在 MFC 中编写应用程序时遇到的一个问题.

                  I need a help on one question where I stuck while coding my app in MFC.

                  我在我的应用程序中使用 CLRCommon Language Runtime 来集成 c# API.但现在我坚持将 System::String^ 转换为 CString.我做不到.

                  I am using CLR i.e Common Language Runtime in my application to integrate c# APIs. but now I stuck on converting System::String^ to CString. I am not able to do that.

                  我正在使用以下代码.

                  String^ csPass = gcnew String(strPassword.GetBuffer());
                  array<Byte>^ Value = Encoding::UTF8->GetBytes(csPass);
                  for (int i = 0; i < Value->Length; i++ )
                  {
                  csPass += String::Format( "{0:X2}", Value[ i ] );
                  }
                  

                  现在我想将 csPass 转换为 CString.谁可以帮我这个事.提前谢谢你.

                  now I want to convert csPass to CString. Can any one help me on this. Thank you in advance.

                  推荐答案

                  考虑阅读 this MSDN thread 关于字符串转换.此外,以下讨论可能对您有用:

                  Consider reading this MSDN thread about string conversions. Also, following discussions may be useful for you:

                  • 将 CString 转换为 std::wstring
                  • 问题:如何将CString转换成C++ MFC 中的 const char *
                  • 在c++中将字符串转换为Cstring
                  • CString 到 LPCTSTR 的转换
                  • CString到char的转换
                  • 如何将_bstr_t转换为CString

                  使用此材料,您可以了解如何操作,甚至可以发布自己的解决方案作为答案

                  With this material you can find out how to do it and even post own solution as an answer

                  这篇关于将 c# 中的 String^ 转换为 c++/CLI 中的 CString的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:将 Grunt、Bower、Gulp、NPM 与 Visual Studio 2015 一起用于 ASP.NET 4.5 下一篇:如果另一个进程被杀死,则杀死我的进程

                  相关文章

                    <bdo id='9LpB9'></bdo><ul id='9LpB9'></ul>
                • <tfoot id='9LpB9'></tfoot>
                • <legend id='9LpB9'><style id='9LpB9'><dir id='9LpB9'><q id='9LpB9'></q></dir></style></legend>

                    <i id='9LpB9'><tr id='9LpB9'><dt id='9LpB9'><q id='9LpB9'><span id='9LpB9'><b id='9LpB9'><form id='9LpB9'><ins id='9LpB9'></ins><ul id='9LpB9'></ul><sub id='9LpB9'></sub></form><legend id='9LpB9'></legend><bdo id='9LpB9'><pre id='9LpB9'><center id='9LpB9'></center></pre></bdo></b><th id='9LpB9'></th></span></q></dt></tr></i><div id='9LpB9'><tfoot id='9LpB9'></tfoot><dl id='9LpB9'><fieldset id='9LpB9'></fieldset></dl></div>
                  1. <small id='9LpB9'></small><noframes id='9LpB9'>