by Anonymous » 06 Apr 2025, 18:43
Wie können Sie den Inhalt eines Textfelds in einem Array in C#? < /p>
speichern
Code: Select all
string[] myArray = new string[1];
myArray[0] = textBox1.Text;
Ich möchte die Details in einer JSON -Datei speichern.
Wie können Sie den Inhalt eines Textfelds in einem Array in C#? < /p>
speichern[code]string[] myArray = new string[1];
myArray[0] = textBox1.Text;
[/code]
Ich möchte die Details in einer JSON -Datei speichern.