• <bdo id='3d7W8'></bdo><ul id='3d7W8'></ul>

    <small id='3d7W8'></small><noframes id='3d7W8'>

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

      1. <tfoot id='3d7W8'></tfoot>

        如何使用 LINQ 从字符串中删除字符

        How to remove characters from a string using LINQ(如何使用 LINQ 从字符串中删除字符)

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

            <tfoot id='zAUD8'></tfoot>

              <tbody id='zAUD8'></tbody>
            <legend id='zAUD8'><style id='zAUD8'><dir id='zAUD8'><q id='zAUD8'></q></dir></style></legend>

                <bdo id='zAUD8'></bdo><ul id='zAUD8'></ul>
              • <small id='zAUD8'></small><noframes id='zAUD8'>

                  本文介绍了如何使用 LINQ 从字符串中删除字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我有一个类似的字符串

                  XQ74MNT8244A

                  我需要从字符串中删除所有 char.

                  i nee to remove all the char from the string.

                  所以输出会是这样的

                  748244

                  如何做到这一点?请帮我这样做

                  How to do this? Please help me to do this

                  推荐答案

                  new string("XQ74MNT8244A".Where(char.IsDigit).ToArray()) == "748244"
                  

                  这篇关于如何使用 LINQ 从字符串中删除字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 自定义合约序列化和集合)
                    <tbody id='CRAqw'></tbody>

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

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

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

                            <bdo id='CRAqw'></bdo><ul id='CRAqw'></ul>