<bdo id='Y66tR'></bdo><ul id='Y66tR'></ul>
  • <tfoot id='Y66tR'></tfoot>

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

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

      1. <legend id='Y66tR'><style id='Y66tR'><dir id='Y66tR'><q id='Y66tR'></q></dir></style></legend>

        转换和解析有什么区别?

        时间:2023-06-09
      2. <tfoot id='R1EQn'></tfoot>
          <bdo id='R1EQn'></bdo><ul id='R1EQn'></ul>
            <tbody id='R1EQn'></tbody>

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

            2. <small id='R1EQn'></small><noframes id='R1EQn'>

                • 本文介绍了转换和解析有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我可以编写以下代码来将对象转换为整数.

                  I could write the following to convert an object to an integer.

                  Convert.ToInt32(myObject);
                  

                  但我也可以写

                  Int.Parse(myObject.ToString());
                  

                  • 有什么不同吗?
                  • 我应该使用哪一个?
                  • 提前致谢.

                    推荐答案

                    • 有什么不同吗?

                    是的,Int32.parse(myObject.ToString()); 绕道而行,这通常会起作用,但没有必要,它可能会失败或给出不同的结果.

                    Yes, Int32.parse(myObject.ToString()); takes a detour to string, that will usually work but it is unnecessary and it might fail or give a different result.

                    • 我应该使用哪一个?

                    一般来说,Convert.ToInt32(myObject);

                    但这取决于您要转换的数据类型.

                    But it depends on what type of data you want to convert.

                    如果 myObject = '1'; ,你想要 1 还是 49 ?

                    If myObject = '1'; , do you want 1 or 49 ?

                    如果 myObject = false; ,你想要 0 还是异常?

                    If myObject = false; , do you want 0 or an exception ?

                    这篇关于转换和解析有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:自动完成查找字符串包含的符号而不是开头的符号 下一篇:如何在 C# 中进行静态转换?

                  相关文章

                  1. <legend id='MmrmG'><style id='MmrmG'><dir id='MmrmG'><q id='MmrmG'></q></dir></style></legend>
                    • <bdo id='MmrmG'></bdo><ul id='MmrmG'></ul>

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

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

                    <tfoot id='MmrmG'></tfoot>