• <legend id='hoKcT'><style id='hoKcT'><dir id='hoKcT'><q id='hoKcT'></q></dir></style></legend>

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

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

        c# 字符串格式化

        c# string formatting(c# 字符串格式化)
        <i id='VF7On'><tr id='VF7On'><dt id='VF7On'><q id='VF7On'><span id='VF7On'><b id='VF7On'><form id='VF7On'><ins id='VF7On'></ins><ul id='VF7On'></ul><sub id='VF7On'></sub></form><legend id='VF7On'></legend><bdo id='VF7On'><pre id='VF7On'><center id='VF7On'></center></pre></bdo></b><th id='VF7On'></th></span></q></dt></tr></i><div id='VF7On'><tfoot id='VF7On'></tfoot><dl id='VF7On'><fieldset id='VF7On'></fieldset></dl></div>

        1. <legend id='VF7On'><style id='VF7On'><dir id='VF7On'><q id='VF7On'></q></dir></style></legend>
            <tbody id='VF7On'></tbody>
            <bdo id='VF7On'></bdo><ul id='VF7On'></ul>
              • <small id='VF7On'></small><noframes id='VF7On'>

                <tfoot id='VF7On'></tfoot>
                  本文介绍了c# 字符串格式化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我很好奇为什么我会使用字符串格式,而我可以使用连接,例如

                  I m curious why would i use string formatting while i can use concatenation such as

                  Console.WriteLine("Hello {0} !", name);
                  
                  Console.WriteLine("Hello "+ name + " !");
                  

                  为什么更喜欢第一个而不是第二个?

                  Why to prefer the first one over second?

                  推荐答案

                  你选的例子太简单了.

                  字符串格式:

                  • 允许您多次使用同一个变量:("{0} + {0} = {1}", x, 2*x)
                  • 在其参数上自动调用 ToString:("{0}: {1}", someKeyObj, someValueObj)
                  • 允许您指定格式:("The value will be {0:3N} (or {1:P}) on {2:MMMM yyyy gg}", x, y, theDate)
                  • 允许您轻松设置填充:(">{0,3}<", "hi");//">hi <"

                  这篇关于c# 字符串格式化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Force JsonConvert.SerializeXmlNode to serialize node value as an Integer or a Boolean(强制 JsonConvert.SerializeXmlNode 将节点值序列化为整数或布尔值)
                  Using JSON to Serialize/Deserialize TimeSpan(使用 JSON 序列化/反序列化 TimeSpan)
                  Could not determine JSON object type for type quot;Classquot;(无法确定类型“Class的 JSON 对象类型.)
                  How to deserialize a JSONP response (preferably with JsonTextReader and not a string)?(如何反序列化 JSONP 响应(最好使用 JsonTextReader 而不是字符串)?)
                  how to de-serialize JSON data in which Timestamp it-self contains fields?(如何反序列化时间戳本身包含字段的JSON数据?)
                  JSON.Net custom contract serialization and Collections(JSON.Net 自定义合约序列化和集合)

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

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

                            <legend id='kbvV5'><style id='kbvV5'><dir id='kbvV5'><q id='kbvV5'></q></dir></style></legend>