gpt4 book ai didi

c# - 如何在 C#.NET 中用空字符替换字符串中的字符

转载 作者:IT王子 更新时间:2023-10-29 03:42:22 26 4
gpt4 key购买 nike

我有这样一个字符串:

string val = "123-12-1234";

如何在 C# 中使用空字符串替换破折号。

我的意思是 val.Replace(char oldChar, newChar);

oldCharnewChar 需要什么。

最佳答案

您可以使用接受字符串的 Replace() 的不同重载。

val = val.Replace("-", string.Empty)

关于c# - 如何在 C#.NET 中用空字符替换字符串中的字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6373315/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com