We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259fed3 commit 5838caeCopy full SHA for 5838cae
snippets/csharp/System/String/Replace/string.replace1.cs
@@ -3,7 +3,7 @@
3
class stringReplace1 {
4
public static void Main() {
5
//<snippet1>
6
- String str = "1 2 3 4 5 6 7 8 9";
+ string str = "1 2 3 4 5 6 7 8 9";
7
Console.WriteLine("Original string: \"{0}\"", str);
8
Console.WriteLine("CSV string: \"{0}\"", str.Replace(' ', ','));
9
0 commit comments