character problem

Koray Genç 21 Reputation points
2022-11-19T16:42:36.633+00:00

Hi

262030-screenshot-3.png

Dim readLine() As String  
        Dim clearLine As New List(Of String)  
  
        readLine = IO.File.ReadAllLines(TextBox1.Text)  
  
        For Each line As String In readLine  
  
            If line.Contains("key =") = False Then  
  
                clearLine.Add(line)  
  
            End If  
  
        Next  
  
        File.WriteAllLines(TextBox1.Text, clearLine)  
  

can i fix this problem

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,837 questions
{count} votes